Html Css Color HEX #A04702 Saddle Brown

📋 copy color: '#A04702'

red 160 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #A04702

Tints of Saddle Brown #A04702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 68.67%
G = 30.47%
B = 0.86%

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

#A04702 (or 0xA04702) is known color: Saddle Brown. HEX triplet: A0, 47 and 02. RGB value is (160,71,2). Sum of RGB (Red+Green+Blue) = 160+71+2=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A04702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04702 is #5FB8FD. Grayscale: #5A5A5A. Windows color (decimal): -6273278 or 149408. OLE color: 149408.

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

Color convert

RGB 160 71 2 -
CMYK 0 0.56 0.99 0.37
HSL 26.2º 0.98% 0.32% -
HSV(B) 26.2º 0.99% 0.63% -
XYZ 16.76 11.98 1.49 -
YUV 89.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 160 71 2 0 0.56 0.99 0.37 26.2 0.98 0.32
Hex A0 47 2 0 38 63 25 1A 62 20
Octal 240 107 2 0 70 143 45 32 142 40
Binary 10100000 1000111 10 0 111000 1100011 100101 11010 1100010 100000

Color Harmonies of #A04702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04702

Black with #A04702

Text Example


Text Example

White with #A04702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04702; }

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

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

background-color css

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

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

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

border-color css

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

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

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