Html Css Color HEX #A0430B Saddle Brown

📋 copy color: '#A0430B'

red 160 ◦ green 67 ◦ blue 11

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

Shades of Saddle Brown #A0430B

Tints of Saddle Brown #A0430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 67.23%
G = 28.15%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0430B (or 0xA0430B) is known color: Saddle Brown. HEX triplet: A0, 43 and 0B. RGB value is (160,67,11). Sum of RGB (Red+Green+Blue) = 160+67+11=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0430B is #5FBCF4. Grayscale: #585858. Windows color (decimal): -6274293 or 738208. OLE color: 738208.

HSL color Cylindrical-coordinate representation of color #A0430B: hue angle of 22.55º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0430B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 67 11 -
CMYK 0 0.58 0.93 0.37
HSL 22.55º 0.87% 0.34% -
HSV(B) 22.55º 0.93% 0.63% -
XYZ 16.56 11.51 1.67 -
YUV 88.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 160 67 11 0 0.58 0.93 0.37 22.55 0.87 0.34
Hex A0 43 B 0 3A 5D 25 17 57 22
Octal 240 103 13 0 72 135 45 27 127 42
Binary 10100000 1000011 1011 0 111010 1011101 100101 10111 1010111 100010

Color Harmonies of #A0430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0430B

Black with #A0430B

Text Example


Text Example

White with #A0430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0430B; }

 p { color: rgb(160,67,11); }

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

background-color css

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

 a { background-color: rgb(160,67,11); }

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

border-color css

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

 span { border-color: rgb(160,67,11); }

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