Html Css Color HEX #A04201 Saddle Brown

📋 copy color: '#A04201'

red 160 ◦ green 66 ◦ blue 1

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

Shades of Saddle Brown #A04201

Tints of Saddle Brown #A04201

RGB

 RED value IS 160 (62.89% from 255) = 70.48%

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 70.48%
G = 29.07%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A04201 (or 0xA04201) is known color: Saddle Brown. HEX triplet: A0, 42 and 01. RGB value is (160,66,1). Sum of RGB (Red+Green+Blue) = 160+66+1=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A04201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04201 is #5FBDFE. Grayscale: #575757. Windows color (decimal): -6274559 or 82592. OLE color: 82592.

HSL color Cylindrical-coordinate representation of color #A04201: hue angle of 24.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A04201 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 1 -
CMYK 0 0.59 0.99 0.37
HSL 24.53º 0.99% 0.32% -
HSV(B) 24.53º 0.99% 0.63% -
XYZ 16.45 11.37 1.36 -
YUV 86.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 160 66 1 0 0.59 0.99 0.37 24.53 0.99 0.32
Hex A0 42 1 0 3B 63 25 19 63 20
Octal 240 102 1 0 73 143 45 31 143 40
Binary 10100000 1000010 1 0 111011 1100011 100101 11001 1100011 100000

Color Harmonies of #A04201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04201

Black with #A04201

Text Example


Text Example

White with #A04201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04201; }

 p { color: rgb(160,66,1); }

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

background-color css

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

 a { background-color: rgb(160,66,1); }

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

border-color css

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

 span { border-color: rgb(160,66,1); }

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