Html Css Color HEX #823210 Saddle Brown

📋 copy color: '#823210'

red 130 ◦ green 50 ◦ blue 16

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

Shades of Saddle Brown #823210

Tints of Saddle Brown #823210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 66.33%
G = 25.51%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#823210 (or 0x823210) is known color: Saddle Brown. HEX triplet: 82, 32 and 10. RGB value is (130,50,16). Sum of RGB (Red+Green+Blue) = 130+50+16=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #823210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823210 is #7DCDEF. Grayscale: #464646. Windows color (decimal): -8244720 or 1061506. OLE color: 1061506.

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

Color convert

RGB 130 50 16 -
CMYK 0 0.62 0.88 0.49
HSL 17.89º 0.78% 0.29% -
HSV(B) 17.89º 0.88% 0.51% -
XYZ 10.44 7.06 1.3 -
YUV 70.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 130 50 16 0 0.62 0.88 0.49 17.89 0.78 0.29
Hex 82 32 10 0 3E 58 31 12 4E 1D
Octal 202 62 20 0 76 130 61 22 116 35
Binary 10000010 110010 10000 0 111110 1011000 110001 10010 1001110 11101

Color Harmonies of #823210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823210

Black with #823210

Text Example


Text Example

White with #823210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823210; }

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

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

background-color css

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

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

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

border-color css

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

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

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