Html Css Color HEX #824510 Saddle Brown

📋 copy color: '#824510'

red 130 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #824510

Tints of Saddle Brown #824510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 60.47%
G = 32.09%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#824510 (or 0x824510) is known color: Saddle Brown. HEX triplet: 82, 45 and 10. RGB value is (130,69,16). Sum of RGB (Red+Green+Blue) = 130+69+16=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824510 is #7DBAEF. Grayscale: #515151. Windows color (decimal): -8239856 or 1066370. OLE color: 1066370.

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

Color convert

RGB 130 69 16 -
CMYK 0 0.47 0.88 0.49
HSL 27.89º 0.78% 0.29% -
HSV(B) 27.89º 0.88% 0.51% -
XYZ 11.43 9.04 1.63 -
YUV 81.2 91.21 162.81 -
System Red Green Blue C M Y K H S L
Decimal 130 69 16 0 0.47 0.88 0.49 27.89 0.78 0.29
Hex 82 45 10 0 2F 58 31 1C 4E 1D
Octal 202 105 20 0 57 130 61 34 116 35
Binary 10000010 1000101 10000 0 101111 1011000 110001 11100 1001110 11101

Color Harmonies of #824510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824510

Black with #824510

Text Example


Text Example

White with #824510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824510; }

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

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

background-color css

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

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

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

border-color css

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

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

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