#B79D35

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

Shades of Sahara #B79D35

Tints of Sahara #B79D35

Color information

#B79D35 (or 0xB79D35) is unknown color: approx Sahara. HEX triplet: B7, 9D and 35. RGB value is (183,157,53). Sum of RGB (Red+Green+Blue) = 183+157+53=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79D35 is #4862CA. Grayscale: #999999. Windows color (decimal): -4743883 or 3513783. OLE color: 3513783.

HSL color Cylindrical-coordinate representation of color #B79D35: hue angle of 48º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B79D35 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18315753-
CMYK00.140.710.28
HSL48º55.08%46.27%-
HSV(B)48º71.04%71.76%-
XYZ32.2334.448.32-
YUV152.9271.61149.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=46.56%
G=39.95%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831575300.140.710.284855.0846.27
HexB79D350E471C30372e
Octal2672356501610734606756
Binary101101111001110111010101110100011111100110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D35; }

 p { color: rgb(183,157,53); }

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

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

 a { background-color: rgb(183,157,53); }

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

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

 span { border-color: rgb(183,157,53); }

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