Html Css Color HEX #A0430F Saddle Brown

📋 copy color: '#A0430F'

red 160 ◦ green 67 ◦ blue 15

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

Shades of Saddle Brown #A0430F

Tints of Saddle Brown #A0430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 66.12%
G = 27.69%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0430F (or 0xA0430F) is known color: Saddle Brown. HEX triplet: A0, 43 and 0F. RGB value is (160,67,15). Sum of RGB (Red+Green+Blue) = 160+67+15=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0430F is #5FBCF0. Grayscale: #595959. Windows color (decimal): -6274289 or 1000352. OLE color: 1000352.

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

Color convert

RGB 160 67 15 -
CMYK 0 0.58 0.91 0.37
HSL 21.52º 0.83% 0.34% -
HSV(B) 21.52º 0.91% 0.63% -
XYZ 16.59 11.52 1.8 -
YUV 88.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 160 67 15 0 0.58 0.91 0.37 21.52 0.83 0.34
Hex A0 43 F 0 3A 5B 25 16 53 22
Octal 240 103 17 0 72 133 45 26 123 42
Binary 10100000 1000011 1111 0 111010 1011011 100101 10110 1010011 100010

Color Harmonies of #A0430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0430F

Black with #A0430F

Text Example


Text Example

White with #A0430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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