Html Css Color HEX #A24B0D Saddle Brown

📋 copy color: '#A24B0D'

red 162 ◦ green 75 ◦ blue 13

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

Shades of Saddle Brown #A24B0D

Tints of Saddle Brown #A24B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 64.8%
G = 30%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A24B0D (or 0xA24B0D) is known color: Saddle Brown. HEX triplet: A2, 4B and 0D. RGB value is (162,75,13). Sum of RGB (Red+Green+Blue) = 162+75+13=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24B0D is #5DB4F2. Grayscale: #5E5E5E. Windows color (decimal): -6141171 or 871330. OLE color: 871330.

HSL color Cylindrical-coordinate representation of color #A24B0D: hue angle of 24.97º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A24B0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 75 13 -
CMYK 0 0.54 0.92 0.36
HSL 24.97º 0.85% 0.34% -
HSV(B) 24.97º 0.92% 0.64% -
XYZ 17.49 12.74 1.92 -
YUV 93.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 162 75 13 0 0.54 0.92 0.36 24.97 0.85 0.34
Hex A2 4B D 0 36 5C 24 19 55 22
Octal 242 113 15 0 66 134 44 31 125 42
Binary 10100010 1001011 1101 0 110110 1011100 100100 11001 1010101 100010

Color Harmonies of #A24B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B0D

Black with #A24B0D

Text Example


Text Example

White with #A24B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B0D; }

 p { color: rgb(162,75,13); }

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

background-color css

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

 a { background-color: rgb(162,75,13); }

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

border-color css

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

 span { border-color: rgb(162,75,13); }

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