Html Css Color HEX #493317 Clinker

📋 copy color: '#493317'

red 73 ◦ green 51 ◦ blue 23

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

Shades of Clinker #493317

Tints of Clinker #493317

RGB

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

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

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

R = 49.66%
G = 34.69%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#493317 (or 0x493317) is known color: Clinker. HEX triplet: 49, 33 and 17. RGB value is (73,51,23). Sum of RGB (Red+Green+Blue) = 73+51+23=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493317 is #B6CCE8. Grayscale: #363636. Windows color (decimal): -11980009 or 1520457. OLE color: 1520457.

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

Color convert

RGB 73 51 23 -
CMYK 0 0.30 0.68 0.71
HSL 33.6º 0.52% 0.19% -
HSV(B) 33.6º 0.68% 0.29% -
XYZ 4.09 3.85 1.34 -
YUV 54.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 73 51 23 0 0.30 0.68 0.71 33.6 0.52 0.19
Hex 49 33 17 0 1E 44 47 22 34 13
Octal 111 63 27 0 36 104 107 42 64 23
Binary 1001001 110011 10111 0 11110 1000100 1000111 100010 110100 10011

Color Harmonies of #493317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493317

Black with #493317

Text Example


Text Example

White with #493317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493317; }

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

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

background-color css

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

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

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

border-color css

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

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

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