Html Css Color HEX #493313 Clinker

📋 copy color: '#493313'

red 73 ◦ green 51 ◦ blue 19

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

Shades of Clinker #493313

Tints of Clinker #493313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

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

R = 51.05%
G = 35.66%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#493313 (or 0x493313) is known color: Clinker. HEX triplet: 49, 33 and 13. RGB value is (73,51,19). Sum of RGB (Red+Green+Blue) = 73+51+19=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493313 is #B6CCEC. Grayscale: #363636. Windows color (decimal): -11980013 or 1258313. OLE color: 1258313.

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

Color convert

RGB 73 51 19 -
CMYK 0 0.30 0.74 0.71
HSL 35.56º 0.59% 0.18% -
HSV(B) 35.56º 0.74% 0.29% -
XYZ 4.05 3.83 1.14 -
YUV 53.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 73 51 19 0 0.30 0.74 0.71 35.56 0.59 0.18
Hex 49 33 13 0 1E 4A 47 24 3B 12
Octal 111 63 23 0 36 112 107 44 73 22
Binary 1001001 110011 10011 0 11110 1001010 1000111 100100 111011 10010

Color Harmonies of #493313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493313

Black with #493313

Text Example


Text Example

White with #493313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493313; }

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

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

background-color css

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

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

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

border-color css

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

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

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