Html Css Color HEX #493414 Clinker

📋 copy color: '#493414'

red 73 ◦ green 52 ◦ blue 20

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

Shades of Clinker #493414

Tints of Clinker #493414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 50.34%
G = 35.86%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493414 (or 0x493414) is known color: Clinker. HEX triplet: 49, 34 and 14. RGB value is (73,52,20). Sum of RGB (Red+Green+Blue) = 73+52+20=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493414 is #B6CBEB. Grayscale: #363636. Windows color (decimal): -11979756 or 1324105. OLE color: 1324105.

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

Color convert

RGB 73 52 20 -
CMYK 0 0.29 0.73 0.71
HSL 36.23º 0.57% 0.18% -
HSV(B) 36.23º 0.73% 0.29% -
XYZ 4.1 3.92 1.2 -
YUV 54.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 73 52 20 0 0.29 0.73 0.71 36.23 0.57 0.18
Hex 49 34 14 0 1D 49 47 24 39 12
Octal 111 64 24 0 35 111 107 44 71 22
Binary 1001001 110100 10100 0 11101 1001001 1000111 100100 111001 10010

Color Harmonies of #493414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493414

Black with #493414

Text Example


Text Example

White with #493414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493414; }

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

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

background-color css

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

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

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

border-color css

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

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

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