Html Css Color HEX #824A0B Saddle Brown

📋 copy color: '#824A0B'

red 130 ◦ green 74 ◦ blue 11

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

Shades of Saddle Brown #824A0B

Tints of Saddle Brown #824A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 60.47%
G = 34.42%
B = 5.12%

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

#824A0B (or 0x824A0B) is known color: Saddle Brown. HEX triplet: 82, 4A and 0B. RGB value is (130,74,11). Sum of RGB (Red+Green+Blue) = 130+74+11=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A0B is #7DB5F4. Grayscale: #535353. Windows color (decimal): -8238581 or 739970. OLE color: 739970.

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

Color convert

RGB 130 74 11 -
CMYK 0 0.43 0.92 0.49
HSL 31.76º 0.84% 0.28% -
HSV(B) 31.76º 0.92% 0.51% -
XYZ 11.72 9.67 1.57 -
YUV 83.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 130 74 11 0 0.43 0.92 0.49 31.76 0.84 0.28
Hex 82 4A B 0 2B 5C 31 20 54 1C
Octal 202 112 13 0 53 134 61 40 124 34
Binary 10000010 1001010 1011 0 101011 1011100 110001 100000 1010100 11100

Color Harmonies of #824A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A0B

Black with #824A0B

Text Example


Text Example

White with #824A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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