Html Css Color HEX #493415 Clinker

📋 copy color: '#493415'

red 73 ◦ green 52 ◦ blue 21

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

Shades of Clinker #493415

Tints of Clinker #493415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 50%
G = 35.62%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493415 (or 0x493415) is known color: Clinker. HEX triplet: 49, 34 and 15. RGB value is (73,52,21). Sum of RGB (Red+Green+Blue) = 73+52+21=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493415 is #B6CBEA. Grayscale: #363636. Windows color (decimal): -11979755 or 1389641. OLE color: 1389641.

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

Color convert

RGB 73 52 21 -
CMYK 0 0.29 0.71 0.71
HSL 35.77º 0.55% 0.18% -
HSV(B) 35.77º 0.71% 0.29% -
XYZ 4.11 3.93 1.25 -
YUV 54.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 73 52 21 0 0.29 0.71 0.71 35.77 0.55 0.18
Hex 49 34 15 0 1D 47 47 24 37 12
Octal 111 64 25 0 35 107 107 44 67 22
Binary 1001001 110100 10101 0 11101 1000111 1000111 100100 110111 10010

Color Harmonies of #493415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493415

Black with #493415

Text Example


Text Example

White with #493415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493415; }

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

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

background-color css

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

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

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

border-color css

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

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

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