Html Css Color HEX #A04401 Saddle Brown

📋 copy color: '#A04401'

red 160 ◦ green 68 ◦ blue 1

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

Shades of Saddle Brown #A04401

Tints of Saddle Brown #A04401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 69.87%
G = 29.69%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A04401 (or 0xA04401) is known color: Saddle Brown. HEX triplet: A0, 44 and 01. RGB value is (160,68,1). Sum of RGB (Red+Green+Blue) = 160+68+1=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A04401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04401 is #5FBBFE. Grayscale: #585858. Windows color (decimal): -6274047 or 83104. OLE color: 83104.

HSL color Cylindrical-coordinate representation of color #A04401: hue angle of 25.28º 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 #A04401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 1 -
CMYK 0 0.57 0.99 0.37
HSL 25.28º 0.99% 0.32% -
HSV(B) 25.28º 0.99% 0.63% -
XYZ 16.57 11.61 1.4 -
YUV 87.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 160 68 1 0 0.57 0.99 0.37 25.28 0.99 0.32
Hex A0 44 1 0 39 63 25 19 63 20
Octal 240 104 1 0 71 143 45 31 143 40
Binary 10100000 1000100 1 0 111001 1100011 100101 11001 1100011 100000

Color Harmonies of #A04401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04401

Black with #A04401

Text Example


Text Example

White with #A04401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04401; }

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

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

background-color css

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

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

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

border-color css

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

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

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