Html Css Color HEX #823610 Saddle Brown

📋 copy color: '#823610'

red 130 ◦ green 54 ◦ blue 16

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

Shades of Saddle Brown #823610

Tints of Saddle Brown #823610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 65%
G = 27%
B = 8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#823610 (or 0x823610) is known color: Saddle Brown. HEX triplet: 82, 36 and 10. RGB value is (130,54,16). Sum of RGB (Red+Green+Blue) = 130+54+16=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #823610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823610 is #7DC9EF. Grayscale: #484848. Windows color (decimal): -8243696 or 1062530. OLE color: 1062530.

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

Color convert

RGB 130 54 16 -
CMYK 0 0.58 0.88 0.49
HSL 20º 0.78% 0.29% -
HSV(B) 20º 0.88% 0.51% -
XYZ 10.62 7.42 1.36 -
YUV 72.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 130 54 16 0 0.58 0.88 0.49 20 0.78 0.29
Hex 82 36 10 0 3A 58 31 14 4E 1D
Octal 202 66 20 0 72 130 61 24 116 35
Binary 10000010 110110 10000 0 111010 1011000 110001 10100 1001110 11101

Color Harmonies of #823610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823610

Black with #823610

Text Example


Text Example

White with #823610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823610; }

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

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

background-color css

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

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

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

border-color css

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

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

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