Html Css Color HEX #AB3427 Brown

📋 copy color: '#AB3427'

red 171 ◦ green 52 ◦ blue 39

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

Shades of Brown #AB3427

Tints of Brown #AB3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 65.27%
G = 19.85%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB3427 (or 0xAB3427) is known color: Brown. HEX triplet: AB, 34 and 27. RGB value is (171,52,39). Sum of RGB (Red+Green+Blue) = 171+52+39=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3427 is #54CBD8. Grayscale: #565656. Windows color (decimal): -5557209 or 2569387. OLE color: 2569387.

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

Color convert

RGB 171 52 39 -
CMYK 0 0.70 0.77 0.33
HSL 5.91º 0.63% 0.41% -
HSV(B) 5.91º 0.77% 0.67% -
XYZ 18.39 11.26 3.12 -
YUV 86.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 171 52 39 0 0.70 0.77 0.33 5.91 0.63 0.41
Hex AB 34 27 0 46 4D 21 6 3F 29
Octal 253 64 47 0 106 115 41 6 77 51
Binary 10101011 110100 100111 0 1000110 1001101 100001 110 111111 101001

Color Harmonies of #AB3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3427

Black with #AB3427

Text Example


Text Example

White with #AB3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3427; }

 p { color: rgb(171,52,39); }

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

background-color css

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

 a { background-color: rgb(171,52,39); }

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

border-color css

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

 span { border-color: rgb(171,52,39); }

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