Html Css Color HEX #AB2825 Brown

📋 copy color: '#AB2825'

red 171 ◦ green 40 ◦ blue 37

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

Shades of Brown #AB2825

Tints of Brown #AB2825

RGB

 RED value IS 171 (67.19% from 255) = 68.95%

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

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

R = 68.95%
G = 16.13%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2825 (or 0xAB2825) is known color: Brown. HEX triplet: AB, 28 and 25. RGB value is (171,40,37). Sum of RGB (Red+Green+Blue) = 171+40+37=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2825 is #54D7DA. Grayscale: #4E4E4E. Windows color (decimal): -5560283 or 2435243. OLE color: 2435243.

HSL color Cylindrical-coordinate representation of color #AB2825: hue angle of 1.34º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2825 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 37 -
CMYK 0 0.77 0.78 0.33
HSL 1.34º 0.64% 0.41% -
HSV(B) 1.34º 0.78% 0.67% -
XYZ 17.89 10.31 2.8 -
YUV 78.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 171 40 37 0 0.77 0.78 0.33 1.34 0.64 0.41
Hex AB 28 25 0 4D 4E 21 1 40 29
Octal 253 50 45 0 115 116 41 1 100 51
Binary 10101011 101000 100101 0 1001101 1001110 100001 1 1000000 101001

Color Harmonies of #AB2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2825

Black with #AB2825

Text Example


Text Example

White with #AB2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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