Html Css Color HEX #AB3123 Brown

📋 copy color: '#AB3123'

red 171 ◦ green 49 ◦ blue 35

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

Shades of Brown #AB3123

Tints of Brown #AB3123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

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

R = 67.06%
G = 19.22%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB3123 (or 0xAB3123) is known color: Brown. HEX triplet: AB, 31 and 23. RGB value is (171,49,35). Sum of RGB (Red+Green+Blue) = 171+49+35=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3123 is #54CEDC. Grayscale: #545454. Windows color (decimal): -5557981 or 2306475. OLE color: 2306475.

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

Color convert

RGB 171 49 35 -
CMYK 0 0.71 0.80 0.33
HSL 6.18º 0.66% 0.4% -
HSV(B) 6.18º 0.8% 0.67% -
XYZ 18.2 10.98 2.75 -
YUV 83.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 171 49 35 0 0.71 0.80 0.33 6.18 0.66 0.4
Hex AB 31 23 0 47 50 21 6 42 28
Octal 253 61 43 0 107 120 41 6 102 50
Binary 10101011 110001 100011 0 1000111 1010000 100001 110 1000010 101000

Color Harmonies of #AB3123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3123

Black with #AB3123

Text Example


Text Example

White with #AB3123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3123; }

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

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

background-color css

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

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

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

border-color css

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

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

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