Html Css Color HEX #A0430D Saddle Brown

📋 copy color: '#A0430D'

red 160 ◦ green 67 ◦ blue 13

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

Shades of Saddle Brown #A0430D

Tints of Saddle Brown #A0430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 66.67%
G = 27.92%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0430D (or 0xA0430D) is known color: Saddle Brown. HEX triplet: A0, 43 and 0D. RGB value is (160,67,13). Sum of RGB (Red+Green+Blue) = 160+67+13=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0430D is #5FBCF2. Grayscale: #585858. Windows color (decimal): -6274291 or 869280. OLE color: 869280.

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

Color convert

RGB 160 67 13 -
CMYK 0 0.58 0.92 0.37
HSL 22.04º 0.85% 0.34% -
HSV(B) 22.04º 0.92% 0.63% -
XYZ 16.58 11.52 1.73 -
YUV 88.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 160 67 13 0 0.58 0.92 0.37 22.04 0.85 0.34
Hex A0 43 D 0 3A 5C 25 16 55 22
Octal 240 103 15 0 72 134 45 26 125 42
Binary 10100000 1000011 1101 0 111010 1011100 100101 10110 1010101 100010

Color Harmonies of #A0430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0430D

Black with #A0430D

Text Example


Text Example

White with #A0430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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