Html Css Color HEX #824411 Saddle Brown

📋 copy color: '#824411'

red 130 ◦ green 68 ◦ blue 17

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

Shades of Saddle Brown #824411

Tints of Saddle Brown #824411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 17 (7.03% from 255) = 7.91%

R = 60.47%
G = 31.63%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#824411 (or 0x824411) is known color: Saddle Brown. HEX triplet: 82, 44 and 11. RGB value is (130,68,17). Sum of RGB (Red+Green+Blue) = 130+68+17=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824411 is #7DBBEE. Grayscale: #505050. Windows color (decimal): -8240111 or 1131650. OLE color: 1131650.

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

Color convert

RGB 130 68 17 -
CMYK 0 0.48 0.87 0.49
HSL 27.08º 0.77% 0.29% -
HSV(B) 27.08º 0.87% 0.51% -
XYZ 11.37 8.92 1.65 -
YUV 80.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 130 68 17 0 0.48 0.87 0.49 27.08 0.77 0.29
Hex 82 44 11 0 30 57 31 1B 4D 1D
Octal 202 104 21 0 60 127 61 33 115 35
Binary 10000010 1000100 10001 0 110000 1010111 110001 11011 1001101 11101

Color Harmonies of #824411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824411

Black with #824411

Text Example


Text Example

White with #824411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824411; }

 p { color: rgb(130,68,17); }

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

background-color css

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

 a { background-color: rgb(130,68,17); }

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

border-color css

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

 span { border-color: rgb(130,68,17); }

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