Html Css Color HEX #824110 Saddle Brown

📋 copy color: '#824110'

red 130 ◦ green 65 ◦ blue 16

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

Shades of Saddle Brown #824110

Tints of Saddle Brown #824110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

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

R = 61.61%
G = 30.81%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#824110 (or 0x824110) is known color: Saddle Brown. HEX triplet: 82, 41 and 10. RGB value is (130,65,16). Sum of RGB (Red+Green+Blue) = 130+65+16=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824110 is #7DBEEF. Grayscale: #4F4F4F. Windows color (decimal): -8240880 or 1065346. OLE color: 1065346.

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

Color convert

RGB 130 65 16 -
CMYK 0 0.50 0.88 0.49
HSL 25.79º 0.78% 0.29% -
HSV(B) 25.79º 0.88% 0.51% -
XYZ 11.19 8.56 1.55 -
YUV 78.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 130 65 16 0 0.50 0.88 0.49 25.79 0.78 0.29
Hex 82 41 10 0 32 58 31 1A 4E 1D
Octal 202 101 20 0 62 130 61 32 116 35
Binary 10000010 1000001 10000 0 110010 1011000 110001 11010 1001110 11101

Color Harmonies of #824110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824110

Black with #824110

Text Example


Text Example

White with #824110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824110; }

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

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

background-color css

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

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

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

border-color css

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

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

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