Html Css Color HEX #493718 Clinker

📋 copy color: '#493718'

red 73 ◦ green 55 ◦ blue 24

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

Shades of Clinker #493718

Tints of Clinker #493718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.18%

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

R = 48.03%
G = 36.18%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#493718 (or 0x493718) is known color: Clinker. HEX triplet: 49, 37 and 18. RGB value is (73,55,24). Sum of RGB (Red+Green+Blue) = 73+55+24=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #493718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493718 is #B6C8E7. Grayscale: #383838. Windows color (decimal): -11978984 or 1587017. OLE color: 1587017.

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

Color convert

RGB 73 55 24 -
CMYK 0 0.25 0.67 0.71
HSL 37.96º 0.51% 0.19% -
HSV(B) 37.96º 0.67% 0.29% -
XYZ 4.28 4.21 1.45 -
YUV 56.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 73 55 24 0 0.25 0.67 0.71 37.96 0.51 0.19
Hex 49 37 18 0 19 43 47 26 33 13
Octal 111 67 30 0 31 103 107 46 63 23
Binary 1001001 110111 11000 0 11001 1000011 1000111 100110 110011 10011

Color Harmonies of #493718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493718

Black with #493718

Text Example


Text Example

White with #493718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493718; }

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

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

background-color css

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

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

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

border-color css

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

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

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