Html Css Color HEX #AF331F Brown

📋 copy color: '#AF331F'

red 175 ◦ green 51 ◦ blue 31

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

Shades of Brown #AF331F

Tints of Brown #AF331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 68.09%
G = 19.84%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF331F (or 0xAF331F) is known color: Brown. HEX triplet: AF, 33 and 1F. RGB value is (175,51,31). Sum of RGB (Red+Green+Blue) = 175+51+31=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF331F is #50CCE0. Grayscale: #565656. Windows color (decimal): -5295329 or 2044847. OLE color: 2044847.

HSL color Cylindrical-coordinate representation of color #AF331F: hue angle of 8.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF331F is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 31 -
CMYK 0 0.71 0.82 0.31
HSL 8.33º 0.7% 0.4% -
HSV(B) 8.33º 0.82% 0.69% -
XYZ 19.11 11.58 2.52 -
YUV 85.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 175 51 31 0 0.71 0.82 0.31 8.33 0.7 0.4
Hex AF 33 1F 0 47 52 1F 8 46 28
Octal 257 63 37 0 107 122 37 10 106 50
Binary 10101111 110011 11111 0 1000111 1010010 11111 1000 1000110 101000

Color Harmonies of #AF331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF331F

Black with #AF331F

Text Example


Text Example

White with #AF331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF331F; }

 p { color: rgb(175,51,31); }

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

background-color css

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

 a { background-color: rgb(175,51,31); }

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

border-color css

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

 span { border-color: rgb(175,51,31); }

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