Html Css Color HEX #AF3227 Brown

📋 copy color: '#AF3227'

red 175 ◦ green 50 ◦ blue 39

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

Shades of Brown #AF3227

Tints of Brown #AF3227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 66.29%
G = 18.94%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF3227 (or 0xAF3227) is known color: Brown. HEX triplet: AF, 32 and 27. RGB value is (175,50,39). Sum of RGB (Red+Green+Blue) = 175+50+39=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3227 is #50CDD8. Grayscale: #565656. Windows color (decimal): -5295577 or 2568879. OLE color: 2568879.

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

Color convert

RGB 175 50 39 -
CMYK 0 0.71 0.78 0.31
HSL 4.85º 0.64% 0.42% -
HSV(B) 4.85º 0.78% 0.69% -
XYZ 19.19 11.54 3.14 -
YUV 86.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 175 50 39 0 0.71 0.78 0.31 4.85 0.64 0.42
Hex AF 32 27 0 47 4E 1F 5 40 2A
Octal 257 62 47 0 107 116 37 5 100 52
Binary 10101111 110010 100111 0 1000111 1001110 11111 101 1000000 101010

Color Harmonies of #AF3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3227

Black with #AF3227

Text Example


Text Example

White with #AF3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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