Html Css Color HEX #824312 Saddle Brown

📋 copy color: '#824312'

red 130 ◦ green 67 ◦ blue 18

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

Shades of Saddle Brown #824312

Tints of Saddle Brown #824312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

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

R = 60.47%
G = 31.16%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824312 (or 0x824312) is known color: Saddle Brown. HEX triplet: 82, 43 and 12. RGB value is (130,67,18). Sum of RGB (Red+Green+Blue) = 130+67+18=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824312 is #7DBCED. Grayscale: #505050. Windows color (decimal): -8240366 or 1196930. OLE color: 1196930.

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

Color convert

RGB 130 67 18 -
CMYK 0 0.48 0.86 0.49
HSL 26.25º 0.76% 0.29% -
HSV(B) 26.25º 0.86% 0.51% -
XYZ 11.32 8.8 1.67 -
YUV 80.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 130 67 18 0 0.48 0.86 0.49 26.25 0.76 0.29
Hex 82 43 12 0 30 56 31 1A 4C 1D
Octal 202 103 22 0 60 126 61 32 114 35
Binary 10000010 1000011 10010 0 110000 1010110 110001 11010 1001100 11101

Color Harmonies of #824312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824312

Black with #824312

Text Example


Text Example

White with #824312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824312; }

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

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

background-color css

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

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

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

border-color css

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

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

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