Html Css Color HEX #A43225 Brown

📋 copy color: '#A43225'

red 164 ◦ green 50 ◦ blue 37

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

Shades of Brown #A43225

Tints of Brown #A43225

RGB

 RED value IS 164 (64.45% from 255) = 65.34%

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 65.34%
G = 19.92%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A43225 (or 0xA43225) is known color: Brown. HEX triplet: A4, 32 and 25. RGB value is (164,50,37). Sum of RGB (Red+Green+Blue) = 164+50+37=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A43225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43225 is #5BCDDA. Grayscale: #525252. Windows color (decimal): -6016475 or 2437796. OLE color: 2437796.

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

Color convert

RGB 164 50 37 -
CMYK 0 0.70 0.77 0.36
HSL 6.14º 0.63% 0.39% -
HSV(B) 6.14º 0.77% 0.64% -
XYZ 16.78 10.31 2.86 -
YUV 82.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 164 50 37 0 0.70 0.77 0.36 6.14 0.63 0.39
Hex A4 32 25 0 46 4D 24 6 3F 27
Octal 244 62 45 0 106 115 44 6 77 47
Binary 10100100 110010 100101 0 1000110 1001101 100100 110 111111 100111

Color Harmonies of #A43225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43225

Black with #A43225

Text Example


Text Example

White with #A43225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43225; }

 p { color: rgb(164,50,37); }

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

background-color css

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

 a { background-color: rgb(164,50,37); }

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

border-color css

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

 span { border-color: rgb(164,50,37); }

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