Html Css Color HEX #823208 Saddle Brown

📋 copy color: '#823208'

red 130 ◦ green 50 ◦ blue 8

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

Shades of Saddle Brown #823208

Tints of Saddle Brown #823208

RGB

 RED value IS 130 (51.17% from 255) = 69.15%

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 69.15%
G = 26.6%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#823208 (or 0x823208) is known color: Saddle Brown. HEX triplet: 82, 32 and 08. RGB value is (130,50,8). Sum of RGB (Red+Green+Blue) = 130+50+8=188 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.15% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 130 - color contains mainly: red. Hex color #823208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823208 is #7DCDF7. Grayscale: #454545. Windows color (decimal): -8244728 or 537218. OLE color: 537218.

HSL color Cylindrical-coordinate representation of color #823208: hue angle of 20.66º 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 #823208 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 8 -
CMYK 0 0.62 0.94 0.49
HSL 20.66º 0.88% 0.27% -
HSV(B) 20.66º 0.94% 0.51% -
XYZ 10.39 7.04 1.04 -
YUV 69.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 130 50 8 0 0.62 0.94 0.49 20.66 0.88 0.27
Hex 82 32 8 0 3E 5E 31 15 58 1B
Octal 202 62 10 0 76 136 61 25 130 33
Binary 10000010 110010 1000 0 111110 1011110 110001 10101 1011000 11011

Color Harmonies of #823208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823208

Black with #823208

Text Example


Text Example

White with #823208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823208; }

 p { color: rgb(130,50,8); }

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

background-color css

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

 a { background-color: rgb(130,50,8); }

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

border-color css

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

 span { border-color: rgb(130,50,8); }

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