Html Css Color HEX #824610 Saddle Brown

📋 copy color: '#824610'

red 130 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #824610

Tints of Saddle Brown #824610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

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

R = 60.19%
G = 32.41%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#824610 (or 0x824610) is known color: Saddle Brown. HEX triplet: 82, 46 and 10. RGB value is (130,70,16). Sum of RGB (Red+Green+Blue) = 130+70+16=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #824610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824610 is #7DB9EF. Grayscale: #525252. Windows color (decimal): -8239600 or 1066626. OLE color: 1066626.

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

Color convert

RGB 130 70 16 -
CMYK 0 0.46 0.88 0.49
HSL 28.42º 0.78% 0.29% -
HSV(B) 28.42º 0.88% 0.51% -
XYZ 11.49 9.16 1.65 -
YUV 81.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 130 70 16 0 0.46 0.88 0.49 28.42 0.78 0.29
Hex 82 46 10 0 2E 58 31 1C 4E 1D
Octal 202 106 20 0 56 130 61 34 116 35
Binary 10000010 1000110 10000 0 101110 1011000 110001 11100 1001110 11101

Color Harmonies of #824610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824610

Black with #824610

Text Example


Text Example

White with #824610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824610; }

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

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

background-color css

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

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

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

border-color css

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

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

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