Html Css Color HEX #493316 Clinker

📋 copy color: '#493316'

red 73 ◦ green 51 ◦ blue 22

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

Shades of Clinker #493316

Tints of Clinker #493316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

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

R = 50%
G = 34.93%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#493316 (or 0x493316) is known color: Clinker. HEX triplet: 49, 33 and 16. RGB value is (73,51,22). Sum of RGB (Red+Green+Blue) = 73+51+22=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #493316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493316 is #B6CCE9. Grayscale: #363636. Windows color (decimal): -11980010 or 1454921. OLE color: 1454921.

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

Color convert

RGB 73 51 22 -
CMYK 0 0.30 0.70 0.71
HSL 34.12º 0.54% 0.19% -
HSV(B) 34.12º 0.7% 0.29% -
XYZ 4.08 3.84 1.29 -
YUV 54.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 73 51 22 0 0.30 0.70 0.71 34.12 0.54 0.19
Hex 49 33 16 0 1E 46 47 22 36 13
Octal 111 63 26 0 36 106 107 42 66 23
Binary 1001001 110011 10110 0 11110 1000110 1000111 100010 110110 10011

Color Harmonies of #493316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493316

Black with #493316

Text Example


Text Example

White with #493316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493316; }

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

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

background-color css

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

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

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

border-color css

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

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

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