#B39825

Color #B39825 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B39825

Tints of Sahara #B39825

Color information

#B39825 (or 0xB39825) is unknown color: approx Sahara. HEX triplet: B3, 98 and 25. RGB value is (179,152,37). Sum of RGB (Red+Green+Blue) = 179+152+37=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B39825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39825 is #4C67DA. Grayscale: #939393. Windows color (decimal): -5007323 or 2463923. OLE color: 2463923.

HSL color Cylindrical-coordinate representation of color #B39825: hue angle of 48.59º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B39825 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17915237-
CMYK00.150.790.30
HSL48.59º65.74%42.35%-
HSV(B)48.59º79.33%70.2%-
XYZ30.1532.176.37-
YUV146.9665.95150.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 37 (14.84% from 255) = 10.05%
R=48.64%
G=41.30%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791523700.150.790.3048.5965.7442.35
HexB398250F4F1E31422a
Octal26323045017117366110252
Binary1011001110011000100101011111001111111101100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39825; }

 p { color: rgb(179,152,37); }

 H1.HeaderClassName
 {
   color: #B39825;
 }
 .AnyTagClassName
 {
   color: #B39825;
 }
</style>
background-color css

<style>
 a { background-color: #B39825; }

 a { background-color: rgb(179,152,37); }

 div.DivClassName
 {
   background-color: #B39825;
 }
 .BgClassName
 {
   background-color: #B39825;
 }
</style>
border-color css

<style>
 span { border-color: #B39825; }

 span { border-color: rgb(179,152,37); }

 td.TdClassName
 {
   border-color: #B39825;
 }
 .TagClassName
 {
   border-color: #B39825;
 }
</style>