Html Css Color HEX #A24E05 Saddle Brown

📋 copy color: '#A24E05'

red 162 ◦ green 78 ◦ blue 5

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

Shades of Saddle Brown #A24E05

Tints of Saddle Brown #A24E05

RGB

 RED value IS 162 (63.67% from 255) = 66.12%

 GREEN value IS 78 (30.86% from 255) = 31.84%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 66.12%
G = 31.84%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A24E05 (or 0xA24E05) is known color: Saddle Brown. HEX triplet: A2, 4E and 05. RGB value is (162,78,5). Sum of RGB (Red+Green+Blue) = 162+78+5=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24E05 is #5DB1FA. Grayscale: #5F5F5F. Windows color (decimal): -6140411 or 347810. OLE color: 347810.

HSL color Cylindrical-coordinate representation of color #A24E05: hue angle of 27.9º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A24E05 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 78 5 -
CMYK 0 0.52 0.97 0.36
HSL 27.9º 0.94% 0.33% -
HSV(B) 27.9º 0.97% 0.64% -
XYZ 17.65 13.14 1.75 -
YUV 94.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 162 78 5 0 0.52 0.97 0.36 27.9 0.94 0.33
Hex A2 4E 5 0 34 61 24 1C 5E 21
Octal 242 116 5 0 64 141 44 34 136 41
Binary 10100010 1001110 101 0 110100 1100001 100100 11100 1011110 100001

Color Harmonies of #A24E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E05

Black with #A24E05

Text Example


Text Example

White with #A24E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E05; }

 p { color: rgb(162,78,5); }

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

background-color css

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

 a { background-color: rgb(162,78,5); }

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

border-color css

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

 span { border-color: rgb(162,78,5); }

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