Html Css Color HEX #AB301E Brown

📋 copy color: '#AB301E'

red 171 ◦ green 48 ◦ blue 30

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

Shades of Brown #AB301E

Tints of Brown #AB301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 68.67%
G = 19.28%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB301E (or 0xAB301E) is known color: Brown. HEX triplet: AB, 30 and 1E. RGB value is (171,48,30). Sum of RGB (Red+Green+Blue) = 171+48+30=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB301E is #54CFE1. Grayscale: #525252. Windows color (decimal): -5558242 or 1978539. OLE color: 1978539.

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

Color convert

RGB 171 48 30 -
CMYK 0 0.72 0.82 0.33
HSL 7.66º 0.7% 0.39% -
HSV(B) 7.66º 0.82% 0.67% -
XYZ 18.09 10.87 2.37 -
YUV 82.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 171 48 30 0 0.72 0.82 0.33 7.66 0.7 0.39
Hex AB 30 1E 0 48 52 21 8 46 27
Octal 253 60 36 0 110 122 41 10 106 47
Binary 10101011 110000 11110 0 1001000 1010010 100001 1000 1000110 100111

Color Harmonies of #AB301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB301E

Black with #AB301E

Text Example


Text Example

White with #AB301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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