Html Css Color HEX #A03325 Brown

📋 copy color: '#A03325'

red 160 ◦ green 51 ◦ blue 37

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

Shades of Brown #A03325

Tints of Brown #A03325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 64.52%
G = 20.56%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A03325 (or 0xA03325) is known color: Brown. HEX triplet: A0, 33 and 25. RGB value is (160,51,37). Sum of RGB (Red+Green+Blue) = 160+51+37=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A03325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03325 is #5FCCDA. Grayscale: #525252. Windows color (decimal): -6278363 or 2438048. OLE color: 2438048.

HSL color Cylindrical-coordinate representation of color #A03325: hue angle of 6.83º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A03325 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 37 -
CMYK 0 0.68 0.77 0.37
HSL 6.83º 0.62% 0.39% -
HSV(B) 6.83º 0.77% 0.63% -
XYZ 16.01 9.97 2.83 -
YUV 82 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 160 51 37 0 0.68 0.77 0.37 6.83 0.62 0.39
Hex A0 33 25 0 44 4D 25 7 3E 27
Octal 240 63 45 0 104 115 45 7 76 47
Binary 10100000 110011 100101 0 1000100 1001101 100101 111 111110 100111

Color Harmonies of #A03325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03325

Black with #A03325

Text Example


Text Example

White with #A03325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03325; }

 p { color: rgb(160,51,37); }

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

background-color css

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

 a { background-color: rgb(160,51,37); }

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

border-color css

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

 span { border-color: rgb(160,51,37); }

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