Html Css Color HEX #493716 Clinker

📋 copy color: '#493716'

red 73 ◦ green 55 ◦ blue 22

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

Shades of Clinker #493716

Tints of Clinker #493716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 48.67%
G = 36.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#493716 (or 0x493716) is known color: Clinker. HEX triplet: 49, 37 and 16. RGB value is (73,55,22). Sum of RGB (Red+Green+Blue) = 73+55+22=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493716 is #B6C8E9. Grayscale: #383838. Windows color (decimal): -11978986 or 1455945. OLE color: 1455945.

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

Color convert

RGB 73 55 22 -
CMYK 0 0.25 0.70 0.71
HSL 38.82º 0.54% 0.19% -
HSV(B) 38.82º 0.7% 0.29% -
XYZ 4.26 4.21 1.35 -
YUV 56.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 73 55 22 0 0.25 0.70 0.71 38.82 0.54 0.19
Hex 49 37 16 0 19 46 47 27 36 13
Octal 111 67 26 0 31 106 107 47 66 23
Binary 1001001 110111 10110 0 11001 1000110 1000111 100111 110110 10011

Color Harmonies of #493716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493716

Black with #493716

Text Example


Text Example

White with #493716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493716; }

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

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

background-color css

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

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

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

border-color css

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

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

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