Html Css Color HEX #AB3330 Brown

📋 copy color: '#AB3330'

red 171 ◦ green 51 ◦ blue 48

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

Shades of Brown #AB3330

Tints of Brown #AB3330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 63.33%
G = 18.89%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB3330 (or 0xAB3330) is known color: Brown. HEX triplet: AB, 33 and 30. RGB value is (171,51,48). Sum of RGB (Red+Green+Blue) = 171+51+48=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3330 is #54CCCF. Grayscale: #565656. Windows color (decimal): -5557456 or 3158955. OLE color: 3158955.

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

Color convert

RGB 171 51 48 -
CMYK 0 0.70 0.72 0.33
HSL 1.46º 0.56% 0.43% -
HSV(B) 1.46º 0.72% 0.67% -
XYZ 18.51 11.24 3.99 -
YUV 86.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 171 51 48 0 0.70 0.72 0.33 1.46 0.56 0.43
Hex AB 33 30 0 46 48 21 1 38 2B
Octal 253 63 60 0 106 110 41 1 70 53
Binary 10101011 110011 110000 0 1000110 1001000 100001 1 111000 101011

Color Harmonies of #AB3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3330

Black with #AB3330

Text Example


Text Example

White with #AB3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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