Html Css Color HEX #AF3527 Brown

📋 copy color: '#AF3527'

red 175 ◦ green 53 ◦ blue 39

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

Shades of Brown #AF3527

Tints of Brown #AF3527

RGB

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

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

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

R = 65.54%
G = 19.85%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF3527 (or 0xAF3527) is known color: Brown. HEX triplet: AF, 35 and 27. RGB value is (175,53,39). Sum of RGB (Red+Green+Blue) = 175+53+39=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3527 is #50CAD8. Grayscale: #585858. Windows color (decimal): -5294809 or 2569647. OLE color: 2569647.

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

Color convert

RGB 175 53 39 -
CMYK 0 0.70 0.78 0.31
HSL 6.18º 0.64% 0.42% -
HSV(B) 6.18º 0.78% 0.69% -
XYZ 19.32 11.81 3.18 -
YUV 87.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 175 53 39 0 0.70 0.78 0.31 6.18 0.64 0.42
Hex AF 35 27 0 46 4E 1F 6 40 2A
Octal 257 65 47 0 106 116 37 6 100 52
Binary 10101111 110101 100111 0 1000110 1001110 11111 110 1000000 101010

Color Harmonies of #AF3527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3527

Black with #AF3527

Text Example


Text Example

White with #AF3527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3527; }

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

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

background-color css

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

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

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

border-color css

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

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

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