Html Css Color HEX #A04700 Saddle Brown

📋 copy color: '#A04700'

red 160 ◦ green 71 ◦ blue 0

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

Shades of Saddle Brown #A04700

Tints of Saddle Brown #A04700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.26%
G = 30.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A04700 (or 0xA04700) is known color: Saddle Brown. HEX triplet: A0, 47 and 00. RGB value is (160,71,0). Sum of RGB (Red+Green+Blue) = 160+71+0=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A04700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04700 is #5FB8FF. Grayscale: #595959. Windows color (decimal): -6273280 or 18336. OLE color: 18336.

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

Color convert

RGB 160 71 0 -
CMYK 0 0.56 1 0.37
HSL 26.63º 1% 0.31% -
HSV(B) 26.63º 1% 0.63% -
XYZ 16.75 11.98 1.43 -
YUV 89.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 160 71 0 0 0.56 1 0.37 26.63 1 0.31
Hex A0 47 0 0 38 64 25 1B 64 1F
Octal 240 107 0 0 70 144 45 33 144 37
Binary 10100000 1000111 0 0 111000 1100100 100101 11011 1100100 11111

Color Harmonies of #A04700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04700

Black with #A04700

Text Example


Text Example

White with #A04700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04700; }

 p { color: rgb(160,71,0); }

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

background-color css

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

 a { background-color: rgb(160,71,0); }

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

border-color css

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

 span { border-color: rgb(160,71,0); }

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