Html Css Color HEX #823006 Saddle Brown

📋 copy color: '#823006'

red 130 ◦ green 48 ◦ blue 6

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

Shades of Saddle Brown #823006

Tints of Saddle Brown #823006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

 BLUE value IS 6 (2.73% from 255) = 3.26%

R = 70.65%
G = 26.09%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#823006 (or 0x823006) is known color: Saddle Brown. HEX triplet: 82, 30 and 06. RGB value is (130,48,6). Sum of RGB (Red+Green+Blue) = 130+48+6=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #823006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823006 is #7DCFF9. Grayscale: #434343. Windows color (decimal): -8245242 or 405634. OLE color: 405634.

HSL color Cylindrical-coordinate representation of color #823006: hue angle of 20.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #823006 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 6 -
CMYK 0 0.63 0.95 0.49
HSL 20.32º 0.91% 0.27% -
HSV(B) 20.32º 0.95% 0.51% -
XYZ 10.3 6.87 0.96 -
YUV 67.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 130 48 6 0 0.63 0.95 0.49 20.32 0.91 0.27
Hex 82 30 6 0 3F 5F 31 14 5B 1B
Octal 202 60 6 0 77 137 61 24 133 33
Binary 10000010 110000 110 0 111111 1011111 110001 10100 1011011 11011

Color Harmonies of #823006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823006

Black with #823006

Text Example


Text Example

White with #823006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823006; }

 p { color: rgb(130,48,6); }

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

background-color css

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

 a { background-color: rgb(130,48,6); }

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

border-color css

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

 span { border-color: rgb(130,48,6); }

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