Html Css Color HEX #493015 Clinker

📋 copy color: '#493015'

red 73 ◦ green 48 ◦ blue 21

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

Shades of Clinker #493015

Tints of Clinker #493015

RGB

 RED value IS 73 (28.91% from 255) = 51.41%

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

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 51.41%
G = 33.8%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493015 (or 0x493015) is known color: Clinker. HEX triplet: 49, 30 and 15. RGB value is (73,48,21). Sum of RGB (Red+Green+Blue) = 73+48+21=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #493015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493015 is #B6CFEA. Grayscale: #343434. Windows color (decimal): -11980779 or 1388617. OLE color: 1388617.

HSL color Cylindrical-coordinate representation of color #493015: hue angle of 31.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493015 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 21 -
CMYK 0 0.34 0.71 0.71
HSL 31.15º 0.55% 0.18% -
HSV(B) 31.15º 0.71% 0.29% -
XYZ 3.94 3.58 1.19 -
YUV 52.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 73 48 21 0 0.34 0.71 0.71 31.15 0.55 0.18
Hex 49 30 15 0 22 47 47 1F 37 12
Octal 111 60 25 0 42 107 107 37 67 22
Binary 1001001 110000 10101 0 100010 1000111 1000111 11111 110111 10010

Color Harmonies of #493015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493015

Black with #493015

Text Example


Text Example

White with #493015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493015; }

 p { color: rgb(73,48,21); }

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

background-color css

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

 a { background-color: rgb(73,48,21); }

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

border-color css

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

 span { border-color: rgb(73,48,21); }

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