Html Css Color HEX #823E12 Saddle Brown

📋 copy color: '#823E12'

red 130 ◦ green 62 ◦ blue 18

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

Shades of Saddle Brown #823E12

Tints of Saddle Brown #823E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

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

R = 61.9%
G = 29.52%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#823E12 (or 0x823E12) is known color: Saddle Brown. HEX triplet: 82, 3E and 12. RGB value is (130,62,18). Sum of RGB (Red+Green+Blue) = 130+62+18=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #823E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823E12 is #7DC1ED. Grayscale: #4D4D4D. Windows color (decimal): -8241646 or 1195650. OLE color: 1195650.

HSL color Cylindrical-coordinate representation of color #823E12: hue angle of 23.57º 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 #823E12 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 62 18 -
CMYK 0 0.52 0.86 0.49
HSL 23.57º 0.76% 0.29% -
HSV(B) 23.57º 0.86% 0.51% -
XYZ 11.04 8.23 1.58 -
YUV 77.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 130 62 18 0 0.52 0.86 0.49 23.57 0.76 0.29
Hex 82 3E 12 0 34 56 31 18 4C 1D
Octal 202 76 22 0 64 126 61 30 114 35
Binary 10000010 111110 10010 0 110100 1010110 110001 11000 1001100 11101

Color Harmonies of #823E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823E12

Black with #823E12

Text Example


Text Example

White with #823E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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