Html Css Color HEX #823205 Saddle Brown

📋 copy color: '#823205'

red 130 ◦ green 50 ◦ blue 5

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

Shades of Saddle Brown #823205

Tints of Saddle Brown #823205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 70.27%
G = 27.03%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#823205 (or 0x823205) is known color: Saddle Brown. HEX triplet: 82, 32 and 05. RGB value is (130,50,5). Sum of RGB (Red+Green+Blue) = 130+50+5=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #823205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823205 is #7DCDFA. Grayscale: #454545. Windows color (decimal): -8244731 or 340610. OLE color: 340610.

HSL color Cylindrical-coordinate representation of color #823205: hue angle of 21.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #823205 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 5 -
CMYK 0 0.62 0.96 0.49
HSL 21.6º 0.93% 0.26% -
HSV(B) 21.6º 0.96% 0.51% -
XYZ 10.37 7.04 0.96 -
YUV 68.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 130 50 5 0 0.62 0.96 0.49 21.6 0.93 0.26
Hex 82 32 5 0 3E 60 31 16 5D 1A
Octal 202 62 5 0 76 140 61 26 135 32
Binary 10000010 110010 101 0 111110 1100000 110001 10110 1011101 11010

Color Harmonies of #823205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823205

Black with #823205

Text Example


Text Example

White with #823205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823205; }

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

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

background-color css

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

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

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

border-color css

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

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

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