Html Css Color HEX #AB3325 Brown

📋 copy color: '#AB3325'

red 171 ◦ green 51 ◦ blue 37

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

Shades of Brown #AB3325

Tints of Brown #AB3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 66.02%
G = 19.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3325 (or 0xAB3325) is known color: Brown. HEX triplet: AB, 33 and 25. RGB value is (171,51,37). Sum of RGB (Red+Green+Blue) = 171+51+37=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3325 is #54CCDA. Grayscale: #555555. Windows color (decimal): -5557467 or 2438059. OLE color: 2438059.

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

Color convert

RGB 171 51 37 -
CMYK 0 0.70 0.78 0.33
HSL 6.27º 0.64% 0.41% -
HSV(B) 6.27º 0.78% 0.67% -
XYZ 18.31 11.16 2.94 -
YUV 85.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 171 51 37 0 0.70 0.78 0.33 6.27 0.64 0.41
Hex AB 33 25 0 46 4E 21 6 40 29
Octal 253 63 45 0 106 116 41 6 100 51
Binary 10101011 110011 100101 0 1000110 1001110 100001 110 1000000 101001

Color Harmonies of #AB3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3325

Black with #AB3325

Text Example


Text Example

White with #AB3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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