Html Css Color HEX #B39325 Sahara

📋 copy color: '#B39325'

red 179 ◦ green 147 ◦ blue 37

#B39325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #B39325

Tints of Sahara #B39325

RGB

 RED value IS 179 (70.31% from 255) = 49.31%

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 49.31%
G = 40.5%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B39325 (or 0xB39325) is known color: Sahara. HEX triplet: B3, 93 and 25. RGB value is (179,147,37). Sum of RGB (Red+Green+Blue) = 179+147+37=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B39325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39325 is #4C6CDA. Grayscale: #909090. Windows color (decimal): -5008603 or 2462643. OLE color: 2462643.

HSL color Cylindrical-coordinate representation of color #B39325: hue angle of 46.48º 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 #B39325 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 147 37 -
CMYK 0 0.18 0.79 0.30
HSL 46.48º 0.66% 0.42% -
HSV(B) 46.48º 0.79% 0.7% -
XYZ 29.36 30.58 6.11 -
YUV 144.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 179 147 37 0 0.18 0.79 0.30 46.48 0.66 0.42
Hex B3 93 25 0 12 4F 1E 2E 42 2A
Octal 263 223 45 0 22 117 36 56 102 52
Binary 10110011 10010011 100101 0 10010 1001111 11110 101110 1000010 101010

Color Harmonies of #B39325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39325

Black with #B39325

Text Example


Text Example

White with #B39325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39325; }

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

 H1.HeaderClassName
 {
   color: #B39325;
 }
 .AnyTagClassName
 {
   color: #B39325;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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