Html Css Color HEX #AF2C27 Brown

📋 copy color: '#AF2C27'

red 175 ◦ green 44 ◦ blue 39

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

Shades of Brown #AF2C27

Tints of Brown #AF2C27

RGB

 RED value IS 175 (68.75% from 255) = 67.83%

 GREEN value IS 44 (17.58% from 255) = 17.05%

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

R = 67.83%
G = 17.05%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2C27 (or 0xAF2C27) is known color: Brown. HEX triplet: AF, 2C and 27. RGB value is (175,44,39). Sum of RGB (Red+Green+Blue) = 175+44+39=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C27 is #50D3D8. Grayscale: #525252. Windows color (decimal): -5297113 or 2567343. OLE color: 2567343.

HSL color Cylindrical-coordinate representation of color #AF2C27: hue angle of 2.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2C27 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 44 39 -
CMYK 0 0.75 0.78 0.31
HSL 2.21º 0.64% 0.42% -
HSV(B) 2.21º 0.78% 0.69% -
XYZ 18.95 11.06 3.06 -
YUV 82.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 175 44 39 0 0.75 0.78 0.31 2.21 0.64 0.42
Hex AF 2C 27 0 4B 4E 1F 2 40 2A
Octal 257 54 47 0 113 116 37 2 100 52
Binary 10101111 101100 100111 0 1001011 1001110 11111 10 1000000 101010

Color Harmonies of #AF2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C27

Black with #AF2C27

Text Example


Text Example

White with #AF2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C27; }

 p { color: rgb(175,44,39); }

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

background-color css

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

 a { background-color: rgb(175,44,39); }

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

border-color css

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

 span { border-color: rgb(175,44,39); }

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