Html Css Color HEX #A12825 Brown

📋 copy color: '#A12825'

red 161 ◦ green 40 ◦ blue 37

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

Shades of Brown #A12825

Tints of Brown #A12825

RGB

 RED value IS 161 (63.28% from 255) = 67.65%

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 67.65%
G = 16.81%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A12825 (or 0xA12825) is known color: Brown. HEX triplet: A1, 28 and 25. RGB value is (161,40,37). Sum of RGB (Red+Green+Blue) = 161+40+37=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A12825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12825 is #5ED7DA. Grayscale: #4B4B4B. Windows color (decimal): -6215643 or 2435233. OLE color: 2435233.

HSL color Cylindrical-coordinate representation of color #A12825: hue angle of 1.45º degrees, saturation: 0.63, 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 #A12825 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 37 -
CMYK 0 0.75 0.77 0.37
HSL 1.45º 0.63% 0.39% -
HSV(B) 1.45º 0.77% 0.63% -
XYZ 15.79 9.23 2.7 -
YUV 75.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 161 40 37 0 0.75 0.77 0.37 1.45 0.63 0.39
Hex A1 28 25 0 4B 4D 25 1 3F 27
Octal 241 50 45 0 113 115 45 1 77 47
Binary 10100001 101000 100101 0 1001011 1001101 100101 1 111111 100111

Color Harmonies of #A12825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12825

Black with #A12825

Text Example


Text Example

White with #A12825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12825; }

 p { color: rgb(161,40,37); }

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

background-color css

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

 a { background-color: rgb(161,40,37); }

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

border-color css

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

 span { border-color: rgb(161,40,37); }

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