Html Css Color HEX #823110 Saddle Brown

📋 copy color: '#823110'

red 130 ◦ green 49 ◦ blue 16

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

Shades of Saddle Brown #823110

Tints of Saddle Brown #823110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

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

R = 66.67%
G = 25.13%
B = 8.21%

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

#823110 (or 0x823110) is known color: Saddle Brown. HEX triplet: 82, 31 and 10. RGB value is (130,49,16). Sum of RGB (Red+Green+Blue) = 130+49+16=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #823110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823110 is #7DCEEF. Grayscale: #454545. Windows color (decimal): -8244976 or 1061250. OLE color: 1061250.

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

Color convert

RGB 130 49 16 -
CMYK 0 0.62 0.88 0.49
HSL 17.37º 0.78% 0.29% -
HSV(B) 17.37º 0.88% 0.51% -
XYZ 10.4 6.98 1.29 -
YUV 69.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 130 49 16 0 0.62 0.88 0.49 17.37 0.78 0.29
Hex 82 31 10 0 3E 58 31 11 4E 1D
Octal 202 61 20 0 76 130 61 21 116 35
Binary 10000010 110001 10000 0 111110 1011000 110001 10001 1001110 11101

Color Harmonies of #823110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823110

Black with #823110

Text Example


Text Example

White with #823110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823110; }

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

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

background-color css

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

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

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

border-color css

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

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

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