Html Css Color HEX #823712 Saddle Brown

📋 copy color: '#823712'

red 130 ◦ green 55 ◦ blue 18

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

Shades of Saddle Brown #823712

Tints of Saddle Brown #823712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 64.04%
G = 27.09%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#823712 (or 0x823712) is known color: Saddle Brown. HEX triplet: 82, 37 and 12. RGB value is (130,55,18). Sum of RGB (Red+Green+Blue) = 130+55+18=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #823712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823712 is #7DC8ED. Grayscale: #494949. Windows color (decimal): -8243438 or 1193858. OLE color: 1193858.

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

Color convert

RGB 130 55 18 -
CMYK 0 0.58 0.86 0.49
HSL 19.82º 0.76% 0.29% -
HSV(B) 19.82º 0.86% 0.51% -
XYZ 10.68 7.52 1.46 -
YUV 73.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 130 55 18 0 0.58 0.86 0.49 19.82 0.76 0.29
Hex 82 37 12 0 3A 56 31 14 4C 1D
Octal 202 67 22 0 72 126 61 24 114 35
Binary 10000010 110111 10010 0 111010 1010110 110001 10100 1001100 11101

Color Harmonies of #823712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823712

Black with #823712

Text Example


Text Example

White with #823712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823712; }

 p { color: rgb(130,55,18); }

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

background-color css

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

 a { background-color: rgb(130,55,18); }

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

border-color css

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

 span { border-color: rgb(130,55,18); }

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