Html Css Color HEX #493417 Clinker

📋 copy color: '#493417'

red 73 ◦ green 52 ◦ blue 23

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

Shades of Clinker #493417

Tints of Clinker #493417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.54%

R = 49.32%
G = 35.14%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#493417 (or 0x493417) is known color: Clinker. HEX triplet: 49, 34 and 17. RGB value is (73,52,23). Sum of RGB (Red+Green+Blue) = 73+52+23=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493417 is #B6CBE8. Grayscale: #373737. Windows color (decimal): -11979753 or 1520713. OLE color: 1520713.

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

Color convert

RGB 73 52 23 -
CMYK 0 0.29 0.68 0.71
HSL 34.8º 0.52% 0.19% -
HSV(B) 34.8º 0.68% 0.29% -
XYZ 4.13 3.93 1.35 -
YUV 54.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 73 52 23 0 0.29 0.68 0.71 34.8 0.52 0.19
Hex 49 34 17 0 1D 44 47 23 34 13
Octal 111 64 27 0 35 104 107 43 64 23
Binary 1001001 110100 10111 0 11101 1000100 1000111 100011 110100 10011

Color Harmonies of #493417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493417

Black with #493417

Text Example


Text Example

White with #493417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493417; }

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

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

background-color css

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

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

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

border-color css

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

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

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