Html Css Color HEX #AF342C Brown

📋 copy color: '#AF342C'

red 175 ◦ green 52 ◦ blue 44

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

Shades of Brown #AF342C

Tints of Brown #AF342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 64.58%
G = 19.19%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF342C (or 0xAF342C) is known color: Brown. HEX triplet: AF, 34 and 2C. RGB value is (175,52,44). Sum of RGB (Red+Green+Blue) = 175+52+44=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF342C is #50CBD3. Grayscale: #585858. Windows color (decimal): -5295060 or 2897071. OLE color: 2897071.

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

Color convert

RGB 175 52 44 -
CMYK 0 0.70 0.75 0.31
HSL 3.66º 0.6% 0.43% -
HSV(B) 3.66º 0.75% 0.69% -
XYZ 19.36 11.75 3.63 -
YUV 87.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 175 52 44 0 0.70 0.75 0.31 3.66 0.6 0.43
Hex AF 34 2C 0 46 4B 1F 4 3C 2B
Octal 257 64 54 0 106 113 37 4 74 53
Binary 10101111 110100 101100 0 1000110 1001011 11111 100 111100 101011

Color Harmonies of #AF342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF342C

Black with #AF342C

Text Example


Text Example

White with #AF342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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