Html Css Color HEX #A72D25 Brown

📋 copy color: '#A72D25'

red 167 ◦ green 45 ◦ blue 37

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

Shades of Brown #A72D25

Tints of Brown #A72D25

RGB

 RED value IS 167 (65.63% from 255) = 67.07%

 GREEN value IS 45 (17.97% from 255) = 18.07%

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

R = 67.07%
G = 18.07%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A72D25 (or 0xA72D25) is known color: Brown. HEX triplet: A7, 2D and 25. RGB value is (167,45,37). Sum of RGB (Red+Green+Blue) = 167+45+37=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72D25 is #58D2DA. Grayscale: #505050. Windows color (decimal): -5821147 or 2436519. OLE color: 2436519.

HSL color Cylindrical-coordinate representation of color #A72D25: hue angle of 3.69º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72D25 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 45 37 -
CMYK 0 0.73 0.78 0.35
HSL 3.69º 0.64% 0.4% -
HSV(B) 3.69º 0.78% 0.65% -
XYZ 17.21 10.23 2.82 -
YUV 80.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 167 45 37 0 0.73 0.78 0.35 3.69 0.64 0.4
Hex A7 2D 25 0 49 4E 23 4 40 28
Octal 247 55 45 0 111 116 43 4 100 50
Binary 10100111 101101 100101 0 1001001 1001110 100011 100 1000000 101000

Color Harmonies of #A72D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D25

Black with #A72D25

Text Example


Text Example

White with #A72D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D25; }

 p { color: rgb(167,45,37); }

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

background-color css

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

 a { background-color: rgb(167,45,37); }

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

border-color css

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

 span { border-color: rgb(167,45,37); }

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