Html Css Color HEX #493418 Clinker

📋 copy color: '#493418'

red 73 ◦ green 52 ◦ blue 24

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

Shades of Clinker #493418

Tints of Clinker #493418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 48.99%
G = 34.9%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#493418 (or 0x493418) is known color: Clinker. HEX triplet: 49, 34 and 18. RGB value is (73,52,24). Sum of RGB (Red+Green+Blue) = 73+52+24=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493418 is #B6CBE7. Grayscale: #373737. Windows color (decimal): -11979752 or 1586249. OLE color: 1586249.

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

Color convert

RGB 73 52 24 -
CMYK 0 0.29 0.67 0.71
HSL 34.29º 0.51% 0.19% -
HSV(B) 34.29º 0.67% 0.29% -
XYZ 4.14 3.94 1.41 -
YUV 55.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 73 52 24 0 0.29 0.67 0.71 34.29 0.51 0.19
Hex 49 34 18 0 1D 43 47 22 33 13
Octal 111 64 30 0 35 103 107 42 63 23
Binary 1001001 110100 11000 0 11101 1000011 1000111 100010 110011 10011

Color Harmonies of #493418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493418

Black with #493418

Text Example


Text Example

White with #493418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493418; }

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

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

background-color css

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

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

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

border-color css

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

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

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