Html Css Color HEX #493413 Clinker

📋 copy color: '#493413'

red 73 ◦ green 52 ◦ blue 19

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

Shades of Clinker #493413

Tints of Clinker #493413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 50.69%
G = 36.11%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#493413 (or 0x493413) is known color: Clinker. HEX triplet: 49, 34 and 13. RGB value is (73,52,19). Sum of RGB (Red+Green+Blue) = 73+52+19=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493413 is #B6CBEC. Grayscale: #363636. Windows color (decimal): -11979757 or 1258569. OLE color: 1258569.

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

Color convert

RGB 73 52 19 -
CMYK 0 0.29 0.74 0.71
HSL 36.67º 0.59% 0.18% -
HSV(B) 36.67º 0.74% 0.29% -
XYZ 4.09 3.92 1.16 -
YUV 54.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 73 52 19 0 0.29 0.74 0.71 36.67 0.59 0.18
Hex 49 34 13 0 1D 4A 47 25 3B 12
Octal 111 64 23 0 35 112 107 45 73 22
Binary 1001001 110100 10011 0 11101 1001010 1000111 100101 111011 10010

Color Harmonies of #493413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493413

Black with #493413

Text Example


Text Example

White with #493413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493413; }

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

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

background-color css

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

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

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

border-color css

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

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

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