Html Css Color HEX #493512 Clinker

📋 copy color: '#493512'

red 73 ◦ green 53 ◦ blue 18

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

Shades of Clinker #493512

Tints of Clinker #493512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

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

R = 50.69%
G = 36.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#493512 (or 0x493512) is known color: Clinker. HEX triplet: 49, 35 and 12. RGB value is (73,53,18). Sum of RGB (Red+Green+Blue) = 73+53+18=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493512 is #B6CAED. Grayscale: #373737. Windows color (decimal): -11979502 or 1193289. OLE color: 1193289.

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

Color convert

RGB 73 53 18 -
CMYK 0 0.27 0.75 0.71
HSL 38.18º 0.6% 0.18% -
HSV(B) 38.18º 0.75% 0.29% -
XYZ 4.13 4.01 1.13 -
YUV 54.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 73 53 18 0 0.27 0.75 0.71 38.18 0.6 0.18
Hex 49 35 12 0 1B 4B 47 26 3C 12
Octal 111 65 22 0 33 113 107 46 74 22
Binary 1001001 110101 10010 0 11011 1001011 1000111 100110 111100 10010

Color Harmonies of #493512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493512

Black with #493512

Text Example


Text Example

White with #493512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493512; }

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

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

background-color css

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

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

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

border-color css

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

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

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