Html Css Color HEX #AF3028 Brown

📋 copy color: '#AF3028'

red 175 ◦ green 48 ◦ blue 40

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

Shades of Brown #AF3028

Tints of Brown #AF3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 66.54%
G = 18.25%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF3028 (or 0xAF3028) is known color: Brown. HEX triplet: AF, 30 and 28. RGB value is (175,48,40). Sum of RGB (Red+Green+Blue) = 175+48+40=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3028 is #50CFD7. Grayscale: #555555. Windows color (decimal): -5296088 or 2633903. OLE color: 2633903.

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

Color convert

RGB 175 48 40 -
CMYK 0 0.73 0.77 0.31
HSL 3.56º 0.63% 0.42% -
HSV(B) 3.56º 0.77% 0.69% -
XYZ 19.12 11.38 3.2 -
YUV 85.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 175 48 40 0 0.73 0.77 0.31 3.56 0.63 0.42
Hex AF 30 28 0 49 4D 1F 4 3F 2A
Octal 257 60 50 0 111 115 37 4 77 52
Binary 10101111 110000 101000 0 1001001 1001101 11111 100 111111 101010

Color Harmonies of #AF3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3028

Black with #AF3028

Text Example


Text Example

White with #AF3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3028; }

 p { color: rgb(175,48,40); }

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

background-color css

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

 a { background-color: rgb(175,48,40); }

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

border-color css

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

 span { border-color: rgb(175,48,40); }

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