Html Css Color HEX #AB331C Brown

📋 copy color: '#AB331C'

red 171 ◦ green 51 ◦ blue 28

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

Shades of Brown #AB331C

Tints of Brown #AB331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 68.4%
G = 20.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB331C (or 0xAB331C) is known color: Brown. HEX triplet: AB, 33 and 1C. RGB value is (171,51,28). Sum of RGB (Red+Green+Blue) = 171+51+28=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB331C is #54CCE3. Grayscale: #545454. Windows color (decimal): -5557476 or 1848235. OLE color: 1848235.

HSL color Cylindrical-coordinate representation of color #AB331C: hue angle of 9.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB331C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 28 -
CMYK 0 0.70 0.84 0.33
HSL 9.65º 0.72% 0.39% -
HSV(B) 9.65º 0.84% 0.67% -
XYZ 18.19 11.11 2.28 -
YUV 84.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 171 51 28 0 0.70 0.84 0.33 9.65 0.72 0.39
Hex AB 33 1C 0 46 54 21 A 48 27
Octal 253 63 34 0 106 124 41 12 110 47
Binary 10101011 110011 11100 0 1000110 1010100 100001 1010 1001000 100111

Color Harmonies of #AB331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB331C

Black with #AB331C

Text Example


Text Example

White with #AB331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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