Html Css Color HEX #AB2925 Brown

📋 copy color: '#AB2925'

red 171 ◦ green 41 ◦ blue 37

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

Shades of Brown #AB2925

Tints of Brown #AB2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 68.67%
G = 16.47%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2925 (or 0xAB2925) is known color: Brown. HEX triplet: AB, 29 and 25. RGB value is (171,41,37). Sum of RGB (Red+Green+Blue) = 171+41+37=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2925 is #54D6DA. Grayscale: #4F4F4F. Windows color (decimal): -5560027 or 2435499. OLE color: 2435499.

HSL color Cylindrical-coordinate representation of color #AB2925: hue angle of 1.79º 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 #AB2925 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 37 -
CMYK 0 0.76 0.78 0.33
HSL 1.79º 0.64% 0.41% -
HSV(B) 1.79º 0.78% 0.67% -
XYZ 17.92 10.38 2.81 -
YUV 79.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 171 41 37 0 0.76 0.78 0.33 1.79 0.64 0.41
Hex AB 29 25 0 4C 4E 21 2 40 29
Octal 253 51 45 0 114 116 41 2 100 51
Binary 10101011 101001 100101 0 1001100 1001110 100001 10 1000000 101001

Color Harmonies of #AB2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2925

Black with #AB2925

Text Example


Text Example

White with #AB2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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