Html Css Color HEX #493715 Clinker

📋 copy color: '#493715'

red 73 ◦ green 55 ◦ blue 21

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

Shades of Clinker #493715

Tints of Clinker #493715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

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

R = 48.99%
G = 36.91%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493715 (or 0x493715) is known color: Clinker. HEX triplet: 49, 37 and 15. RGB value is (73,55,21). Sum of RGB (Red+Green+Blue) = 73+55+21=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493715 is #B6C8EA. Grayscale: #383838. Windows color (decimal): -11978987 or 1390409. OLE color: 1390409.

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

Color convert

RGB 73 55 21 -
CMYK 0 0.25 0.71 0.71
HSL 39.23º 0.55% 0.18% -
HSV(B) 39.23º 0.71% 0.29% -
XYZ 4.25 4.2 1.3 -
YUV 56.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 73 55 21 0 0.25 0.71 0.71 39.23 0.55 0.18
Hex 49 37 15 0 19 47 47 27 37 12
Octal 111 67 25 0 31 107 107 47 67 22
Binary 1001001 110111 10101 0 11001 1000111 1000111 100111 110111 10010

Color Harmonies of #493715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493715

Black with #493715

Text Example


Text Example

White with #493715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493715; }

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

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

background-color css

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

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

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

border-color css

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

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

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