Html Css Color HEX #AB2B23 Brown

📋 copy color: '#AB2B23'

red 171 ◦ green 43 ◦ blue 35

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

Shades of Brown #AB2B23

Tints of Brown #AB2B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 68.67%
G = 17.27%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB2B23 (or 0xAB2B23) is known color: Brown. HEX triplet: AB, 2B and 23. RGB value is (171,43,35). Sum of RGB (Red+Green+Blue) = 171+43+35=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B23 is #54D4DC. Grayscale: #505050. Windows color (decimal): -5559517 or 2304939. OLE color: 2304939.

HSL color Cylindrical-coordinate representation of color #AB2B23: hue angle of 3.53º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2B23 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 35 -
CMYK 0 0.75 0.80 0.33
HSL 3.53º 0.66% 0.4% -
HSV(B) 3.53º 0.8% 0.67% -
XYZ 17.96 10.51 2.67 -
YUV 80.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 171 43 35 0 0.75 0.80 0.33 3.53 0.66 0.4
Hex AB 2B 23 0 4B 50 21 4 42 28
Octal 253 53 43 0 113 120 41 4 102 50
Binary 10101011 101011 100011 0 1001011 1010000 100001 100 1000010 101000

Color Harmonies of #AB2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B23

Black with #AB2B23

Text Example


Text Example

White with #AB2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B23; }

 p { color: rgb(171,43,35); }

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

background-color css

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

 a { background-color: rgb(171,43,35); }

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

border-color css

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

 span { border-color: rgb(171,43,35); }

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