Html Css Color HEX #AF351F Brown

📋 copy color: '#AF351F'

red 175 ◦ green 53 ◦ blue 31

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

Shades of Brown #AF351F

Tints of Brown #AF351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 67.57%
G = 20.46%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF351F (or 0xAF351F) is known color: Brown. HEX triplet: AF, 35 and 1F. RGB value is (175,53,31). Sum of RGB (Red+Green+Blue) = 175+53+31=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF351F is #50CAE0. Grayscale: #575757. Windows color (decimal): -5294817 or 2045359. OLE color: 2045359.

HSL color Cylindrical-coordinate representation of color #AF351F: hue angle of 9.17º 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 #AF351F is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 31 -
CMYK 0 0.70 0.82 0.31
HSL 9.17º 0.7% 0.4% -
HSV(B) 9.17º 0.82% 0.69% -
XYZ 19.2 11.76 2.55 -
YUV 86.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 175 53 31 0 0.70 0.82 0.31 9.17 0.7 0.4
Hex AF 35 1F 0 46 52 1F 9 46 28
Octal 257 65 37 0 106 122 37 11 106 50
Binary 10101111 110101 11111 0 1000110 1010010 11111 1001 1000110 101000

Color Harmonies of #AF351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF351F

Black with #AF351F

Text Example


Text Example

White with #AF351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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