#B39427

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

Shades of Sahara #B39427

Tints of Sahara #B39427

Color information

#B39427 (or 0xB39427) is unknown color: approx Sahara. HEX triplet: B3, 94 and 27. RGB value is (179,148,39). Sum of RGB (Red+Green+Blue) = 179+148+39=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B39427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39427 is #4C6BD8. Grayscale: #919191. Windows color (decimal): -5008345 or 2593971. OLE color: 2593971.

HSL color Cylindrical-coordinate representation of color #B39427: hue angle of 46.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B39427 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17914839-
CMYK00.170.780.30
HSL46.71º64.22%42.75%-
HSV(B)46.71º78.21%70.2%-
XYZ29.5530.916.33-
YUV144.8468.27152.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 39 (15.62% from 255) = 10.66%
R=48.91%
G=40.44%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791483900.170.780.3046.7164.2242.75
HexB394270114E1E2f402b
Octal26322447021116365710053
Binary10110011100101001001110100011001110111101011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39427; }

 p { color: rgb(179,148,39); }

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

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

 a { background-color: rgb(179,148,39); }

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

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

 span { border-color: rgb(179,148,39); }

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