Html Css Color HEX #AF3225 Brown

📋 copy color: '#AF3225'

red 175 ◦ green 50 ◦ blue 37

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

Shades of Brown #AF3225

Tints of Brown #AF3225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

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

R = 66.79%
G = 19.08%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF3225 (or 0xAF3225) is known color: Brown. HEX triplet: AF, 32 and 25. RGB value is (175,50,37). Sum of RGB (Red+Green+Blue) = 175+50+37=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3225 is #50CDDA. Grayscale: #565656. Windows color (decimal): -5295579 or 2437807. OLE color: 2437807.

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

Color convert

RGB 175 50 37 -
CMYK 0 0.71 0.79 0.31
HSL 5.65º 0.65% 0.42% -
HSV(B) 5.65º 0.79% 0.69% -
XYZ 19.15 11.53 2.97 -
YUV 85.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 175 50 37 0 0.71 0.79 0.31 5.65 0.65 0.42
Hex AF 32 25 0 47 4F 1F 6 41 2A
Octal 257 62 45 0 107 117 37 6 101 52
Binary 10101111 110010 100101 0 1000111 1001111 11111 110 1000001 101010

Color Harmonies of #AF3225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3225

Black with #AF3225

Text Example


Text Example

White with #AF3225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3225; }

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

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

background-color css

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

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

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

border-color css

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

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

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