Html Css Color HEX #AF3525 Brown

📋 copy color: '#AF3525'

red 175 ◦ green 53 ◦ blue 37

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

Shades of Brown #AF3525

Tints of Brown #AF3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.96%

R = 66.04%
G = 20%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF3525 (or 0xAF3525) is known color: Brown. HEX triplet: AF, 35 and 25. RGB value is (175,53,37). Sum of RGB (Red+Green+Blue) = 175+53+37=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3525 is #50CADA. Grayscale: #575757. Windows color (decimal): -5294811 or 2438575. OLE color: 2438575.

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

Color convert

RGB 175 53 37 -
CMYK 0 0.70 0.79 0.31
HSL 6.96º 0.65% 0.42% -
HSV(B) 6.96º 0.79% 0.69% -
XYZ 19.29 11.79 3.01 -
YUV 87.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 175 53 37 0 0.70 0.79 0.31 6.96 0.65 0.42
Hex AF 35 25 0 46 4F 1F 7 41 2A
Octal 257 65 45 0 106 117 37 7 101 52
Binary 10101111 110101 100101 0 1000110 1001111 11111 111 1000001 101010

Color Harmonies of #AF3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3525

Black with #AF3525

Text Example


Text Example

White with #AF3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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