Html Css Color HEX #A04601 Saddle Brown

📋 copy color: '#A04601'

red 160 ◦ green 70 ◦ blue 1

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

Shades of Saddle Brown #A04601

Tints of Saddle Brown #A04601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 69.26%
G = 30.3%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A04601 (or 0xA04601) is known color: Saddle Brown. HEX triplet: A0, 46 and 01. RGB value is (160,70,1). Sum of RGB (Red+Green+Blue) = 160+70+1=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A04601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04601 is #5FB9FE. Grayscale: #595959. Windows color (decimal): -6273535 or 83616. OLE color: 83616.

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

Color convert

RGB 160 70 1 -
CMYK 0 0.56 0.99 0.37
HSL 26.04º 0.99% 0.32% -
HSV(B) 26.04º 0.99% 0.63% -
XYZ 16.69 11.86 1.44 -
YUV 89.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 160 70 1 0 0.56 0.99 0.37 26.04 0.99 0.32
Hex A0 46 1 0 38 63 25 1A 63 20
Octal 240 106 1 0 70 143 45 32 143 40
Binary 10100000 1000110 1 0 111000 1100011 100101 11010 1100011 100000

Color Harmonies of #A04601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04601

Black with #A04601

Text Example


Text Example

White with #A04601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04601; }

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

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

background-color css

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

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

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

border-color css

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

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

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