Html Css Color HEX #AB3023 Brown

📋 copy color: '#AB3023'

red 171 ◦ green 48 ◦ blue 35

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

Shades of Brown #AB3023

Tints of Brown #AB3023

RGB

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

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

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

R = 67.32%
G = 18.9%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB3023 (or 0xAB3023) is known color: Brown. HEX triplet: AB, 30 and 23. RGB value is (171,48,35). Sum of RGB (Red+Green+Blue) = 171+48+35=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3023 is #54CFDC. Grayscale: #535353. Windows color (decimal): -5558237 or 2306219. OLE color: 2306219.

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

Color convert

RGB 171 48 35 -
CMYK 0 0.72 0.80 0.33
HSL 5.74º 0.66% 0.4% -
HSV(B) 5.74º 0.8% 0.67% -
XYZ 18.15 10.89 2.74 -
YUV 83.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 171 48 35 0 0.72 0.80 0.33 5.74 0.66 0.4
Hex AB 30 23 0 48 50 21 6 42 28
Octal 253 60 43 0 110 120 41 6 102 50
Binary 10101011 110000 100011 0 1001000 1010000 100001 110 1000010 101000

Color Harmonies of #AB3023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3023

Black with #AB3023

Text Example


Text Example

White with #AB3023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3023; }

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

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

background-color css

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

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

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

border-color css

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

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

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