Html Css Color HEX #493315 Clinker

📋 copy color: '#493315'

red 73 ◦ green 51 ◦ blue 21

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

Shades of Clinker #493315

Tints of Clinker #493315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.48%

R = 50.34%
G = 35.17%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#493315 (or 0x493315) is known color: Clinker. HEX triplet: 49, 33 and 15. RGB value is (73,51,21). Sum of RGB (Red+Green+Blue) = 73+51+21=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #493315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493315 is #B6CCEA. Grayscale: #363636. Windows color (decimal): -11980011 or 1389385. OLE color: 1389385.

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

Color convert

RGB 73 51 21 -
CMYK 0 0.30 0.71 0.71
HSL 34.62º 0.55% 0.18% -
HSV(B) 34.62º 0.71% 0.29% -
XYZ 4.07 3.84 1.24 -
YUV 54.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 73 51 21 0 0.30 0.71 0.71 34.62 0.55 0.18
Hex 49 33 15 0 1E 47 47 23 37 12
Octal 111 63 25 0 36 107 107 43 67 22
Binary 1001001 110011 10101 0 11110 1000111 1000111 100011 110111 10010

Color Harmonies of #493315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493315

Black with #493315

Text Example


Text Example

White with #493315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493315; }

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

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

background-color css

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

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

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

border-color css

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

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

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