Html Css Color HEX #824A0E Saddle Brown

📋 copy color: '#824A0E'

red 130 ◦ green 74 ◦ blue 14

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

Shades of Saddle Brown #824A0E

Tints of Saddle Brown #824A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 59.63%
G = 33.94%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#824A0E (or 0x824A0E) is known color: Saddle Brown. HEX triplet: 82, 4A and 0E. RGB value is (130,74,14). Sum of RGB (Red+Green+Blue) = 130+74+14=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #824A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A0E is #7DB5F1. Grayscale: #545454. Windows color (decimal): -8238578 or 936578. OLE color: 936578.

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

Color convert

RGB 130 74 14 -
CMYK 0 0.43 0.89 0.49
HSL 31.03º 0.81% 0.28% -
HSV(B) 31.03º 0.89% 0.51% -
XYZ 11.73 9.68 1.66 -
YUV 83.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 130 74 14 0 0.43 0.89 0.49 31.03 0.81 0.28
Hex 82 4A E 0 2B 59 31 1F 51 1C
Octal 202 112 16 0 53 131 61 37 121 34
Binary 10000010 1001010 1110 0 101011 1011001 110001 11111 1010001 11100

Color Harmonies of #824A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A0E

Black with #824A0E

Text Example


Text Example

White with #824A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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