Html Css Color HEX #493618 Clinker

📋 copy color: '#493618'

red 73 ◦ green 54 ◦ blue 24

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

Shades of Clinker #493618

Tints of Clinker #493618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 48.34%
G = 35.76%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#493618 (or 0x493618) is known color: Clinker. HEX triplet: 49, 36 and 18. RGB value is (73,54,24). Sum of RGB (Red+Green+Blue) = 73+54+24=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #493618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493618 is #B6C9E7. Grayscale: #383838. Windows color (decimal): -11979240 or 1586761. OLE color: 1586761.

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

Color convert

RGB 73 54 24 -
CMYK 0 0.26 0.67 0.71
HSL 36.73º 0.51% 0.19% -
HSV(B) 36.73º 0.67% 0.29% -
XYZ 4.23 4.12 1.44 -
YUV 56.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 73 54 24 0 0.26 0.67 0.71 36.73 0.51 0.19
Hex 49 36 18 0 1A 43 47 25 33 13
Octal 111 66 30 0 32 103 107 45 63 23
Binary 1001001 110110 11000 0 11010 1000011 1000111 100101 110011 10011

Color Harmonies of #493618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493618

Black with #493618

Text Example


Text Example

White with #493618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493618; }

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

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

background-color css

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

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

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

border-color css

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

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

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