Html Css Color HEX #832F08 Saddle Brown

📋 copy color: '#832F08'

red 131 ◦ green 47 ◦ blue 8

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

Shades of Saddle Brown #832F08

Tints of Saddle Brown #832F08

RGB

 RED value IS 131 (51.56% from 255) = 70.43%

 GREEN value IS 47 (18.75% from 255) = 25.27%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 70.43%
G = 25.27%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#832F08 (or 0x832F08) is known color: Saddle Brown. HEX triplet: 83, 2F and 08. RGB value is (131,47,8). Sum of RGB (Red+Green+Blue) = 131+47+8=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #832F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832F08 is #7CD0F7. Grayscale: #434343. Windows color (decimal): -8179960 or 536451. OLE color: 536451.

HSL color Cylindrical-coordinate representation of color #832F08: hue angle of 19.02º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #832F08 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 8 -
CMYK 0 0.64 0.94 0.49
HSL 19.02º 0.88% 0.27% -
HSV(B) 19.02º 0.94% 0.51% -
XYZ 10.42 6.88 1.01 -
YUV 67.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 131 47 8 0 0.64 0.94 0.49 19.02 0.88 0.27
Hex 83 2F 8 0 40 5E 31 13 58 1B
Octal 203 57 10 0 100 136 61 23 130 33
Binary 10000011 101111 1000 0 1000000 1011110 110001 10011 1011000 11011

Color Harmonies of #832F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F08

Black with #832F08

Text Example


Text Example

White with #832F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832F08; }

 p { color: rgb(131,47,8); }

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

background-color css

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

 a { background-color: rgb(131,47,8); }

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

border-color css

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

 span { border-color: rgb(131,47,8); }

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