Html Css Color HEX #493412 Clinker

📋 copy color: '#493412'

red 73 ◦ green 52 ◦ blue 18

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

Shades of Clinker #493412

Tints of Clinker #493412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.59%

R = 51.05%
G = 36.36%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493412 (or 0x493412) is known color: Clinker. HEX triplet: 49, 34 and 12. RGB value is (73,52,18). Sum of RGB (Red+Green+Blue) = 73+52+18=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493412 is #B6CBED. Grayscale: #363636. Windows color (decimal): -11979758 or 1193033. OLE color: 1193033.

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

Color convert

RGB 73 52 18 -
CMYK 0 0.29 0.75 0.71
HSL 37.09º 0.6% 0.18% -
HSV(B) 37.09º 0.75% 0.29% -
XYZ 4.08 3.92 1.11 -
YUV 54.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 73 52 18 0 0.29 0.75 0.71 37.09 0.6 0.18
Hex 49 34 12 0 1D 4B 47 25 3C 12
Octal 111 64 22 0 35 113 107 45 74 22
Binary 1001001 110100 10010 0 11101 1001011 1000111 100101 111100 10010

Color Harmonies of #493412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493412

Black with #493412

Text Example


Text Example

White with #493412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493412; }

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

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

background-color css

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

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

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

border-color css

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

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

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