Html Css Color HEX #824A0A Saddle Brown

📋 copy color: '#824A0A'

red 130 ◦ green 74 ◦ blue 10

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

Shades of Saddle Brown #824A0A

Tints of Saddle Brown #824A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 60.75%
G = 34.58%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#824A0A (or 0x824A0A) is known color: Saddle Brown. HEX triplet: 82, 4A and 0A. RGB value is (130,74,10). Sum of RGB (Red+Green+Blue) = 130+74+10=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #824A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A0A is #7DB5F5. Grayscale: #535353. Windows color (decimal): -8238582 or 674434. OLE color: 674434.

HSL color Cylindrical-coordinate representation of color #824A0A: hue angle of 32º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #824A0A is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 10 -
CMYK 0 0.43 0.92 0.49
HSL 32º 0.86% 0.27% -
HSV(B) 32º 0.92% 0.51% -
XYZ 11.71 9.67 1.54 -
YUV 83.45 86.55 161.2 -
System Red Green Blue C M Y K H S L
Decimal 130 74 10 0 0.43 0.92 0.49 32 0.86 0.27
Hex 82 4A A 0 2B 5C 31 20 56 1B
Octal 202 112 12 0 53 134 61 40 126 33
Binary 10000010 1001010 1010 0 101011 1011100 110001 100000 1010110 11011

Color Harmonies of #824A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A0A

Black with #824A0A

Text Example


Text Example

White with #824A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A0A; }

 p { color: rgb(130,74,10); }

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

background-color css

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

 a { background-color: rgb(130,74,10); }

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

border-color css

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

 span { border-color: rgb(130,74,10); }

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