Html Css Color HEX #AB302F Brown

📋 copy color: '#AB302F'

red 171 ◦ green 48 ◦ blue 47

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

Shades of Brown #AB302F

Tints of Brown #AB302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 64.29%
G = 18.05%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB302F (or 0xAB302F) is known color: Brown. HEX triplet: AB, 30 and 2F. RGB value is (171,48,47). Sum of RGB (Red+Green+Blue) = 171+48+47=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB302F is #54CFD0. Grayscale: #545454. Windows color (decimal): -5558225 or 3092651. OLE color: 3092651.

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

Color convert

RGB 171 48 47 -
CMYK 0 0.72 0.73 0.33
HSL 0.48º 0.57% 0.43% -
HSV(B) 0.48º 0.73% 0.67% -
XYZ 18.36 10.98 3.84 -
YUV 84.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 171 48 47 0 0.72 0.73 0.33 0.48 0.57 0.43
Hex AB 30 2F 0 48 49 21 0 39 2B
Octal 253 60 57 0 110 111 41 0 71 53
Binary 10101011 110000 101111 0 1001000 1001001 100001 0 111001 101011

Color Harmonies of #AB302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB302F

Black with #AB302F

Text Example


Text Example

White with #AB302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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