Html Css Color HEX #AF361F Brown

📋 copy color: '#AF361F'

red 175 ◦ green 54 ◦ blue 31

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

Shades of Brown #AF361F

Tints of Brown #AF361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 67.31%
G = 20.77%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF361F (or 0xAF361F) is known color: Brown. HEX triplet: AF, 36 and 1F. RGB value is (175,54,31). Sum of RGB (Red+Green+Blue) = 175+54+31=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF361F is #50C9E0. Grayscale: #575757. Windows color (decimal): -5294561 or 2045615. OLE color: 2045615.

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

Color convert

RGB 175 54 31 -
CMYK 0 0.69 0.82 0.31
HSL 9.58º 0.7% 0.4% -
HSV(B) 9.58º 0.82% 0.69% -
XYZ 19.25 11.85 2.57 -
YUV 87.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 175 54 31 0 0.69 0.82 0.31 9.58 0.7 0.4
Hex AF 36 1F 0 45 52 1F A 46 28
Octal 257 66 37 0 105 122 37 12 106 50
Binary 10101111 110110 11111 0 1000101 1010010 11111 1010 1000110 101000

Color Harmonies of #AF361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF361F

Black with #AF361F

Text Example


Text Example

White with #AF361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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