Html Css Color HEX #AF3128 Brown

📋 copy color: '#AF3128'

red 175 ◦ green 49 ◦ blue 40

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

Shades of Brown #AF3128

Tints of Brown #AF3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 66.29%
G = 18.56%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3128 (or 0xAF3128) is known color: Brown. HEX triplet: AF, 31 and 28. RGB value is (175,49,40). Sum of RGB (Red+Green+Blue) = 175+49+40=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3128 is #50CED7. Grayscale: #555555. Windows color (decimal): -5295832 or 2634159. OLE color: 2634159.

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

Color convert

RGB 175 49 40 -
CMYK 0 0.72 0.77 0.31
HSL 0.63% 0.42% -
HSV(B) 0.77% 0.69% -
XYZ 19.16 11.46 3.21 -
YUV 85.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 175 49 40 0 0.72 0.77 0.31 4 0.63 0.42
Hex AF 31 28 0 48 4D 1F 4 3F 2A
Octal 257 61 50 0 110 115 37 4 77 52
Binary 10101111 110001 101000 0 1001000 1001101 11111 100 111111 101010

Color Harmonies of #AF3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3128

Black with #AF3128

Text Example


Text Example

White with #AF3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3128; }

 p { color: rgb(175,49,40); }

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

background-color css

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

 a { background-color: rgb(175,49,40); }

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

border-color css

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

 span { border-color: rgb(175,49,40); }

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