Html Css Color HEX #AB321E Brown

📋 copy color: '#AB321E'

red 171 ◦ green 50 ◦ blue 30

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

Shades of Brown #AB321E

Tints of Brown #AB321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 68.13%
G = 19.92%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB321E (or 0xAB321E) is known color: Brown. HEX triplet: AB, 32 and 1E. RGB value is (171,50,30). Sum of RGB (Red+Green+Blue) = 171+50+30=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB321E is #54CDE1. Grayscale: #545454. Windows color (decimal): -5557730 or 1979051. OLE color: 1979051.

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

Color convert

RGB 171 50 30 -
CMYK 0 0.71 0.82 0.33
HSL 8.51º 0.7% 0.39% -
HSV(B) 8.51º 0.82% 0.67% -
XYZ 18.17 11.03 2.4 -
YUV 83.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 171 50 30 0 0.71 0.82 0.33 8.51 0.7 0.39
Hex AB 32 1E 0 47 52 21 9 46 27
Octal 253 62 36 0 107 122 41 11 106 47
Binary 10101011 110010 11110 0 1000111 1010010 100001 1001 1000110 100111

Color Harmonies of #AB321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB321E

Black with #AB321E

Text Example


Text Example

White with #AB321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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