Html Css Color HEX #AB331E Brown

📋 copy color: '#AB331E'

red 171 ◦ green 51 ◦ blue 30

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

Shades of Brown #AB331E

Tints of Brown #AB331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 67.86%
G = 20.24%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB331E (or 0xAB331E) is known color: Brown. HEX triplet: AB, 33 and 1E. RGB value is (171,51,30). Sum of RGB (Red+Green+Blue) = 171+51+30=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB331E is #54CCE1. Grayscale: #545454. Windows color (decimal): -5557474 or 1979307. OLE color: 1979307.

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

Color convert

RGB 171 51 30 -
CMYK 0 0.70 0.82 0.33
HSL 8.94º 0.7% 0.39% -
HSV(B) 8.94º 0.82% 0.67% -
XYZ 18.21 11.12 2.41 -
YUV 84.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 171 51 30 0 0.70 0.82 0.33 8.94 0.7 0.39
Hex AB 33 1E 0 46 52 21 9 46 27
Octal 253 63 36 0 106 122 41 11 106 47
Binary 10101011 110011 11110 0 1000110 1010010 100001 1001 1000110 100111

Color Harmonies of #AB331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB331E

Black with #AB331E

Text Example


Text Example

White with #AB331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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