Html Css Color HEX #493517 Clinker

📋 copy color: '#493517'

red 73 ◦ green 53 ◦ blue 23

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

Shades of Clinker #493517

Tints of Clinker #493517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

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

R = 48.99%
G = 35.57%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#493517 (or 0x493517) is known color: Clinker. HEX triplet: 49, 35 and 17. RGB value is (73,53,23). Sum of RGB (Red+Green+Blue) = 73+53+23=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #493517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493517 is #B6CAE8. Grayscale: #373737. Windows color (decimal): -11979497 or 1520969. OLE color: 1520969.

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

Color convert

RGB 73 53 23 -
CMYK 0 0.27 0.68 0.71
HSL 36º 0.52% 0.19% -
HSV(B) 36º 0.68% 0.29% -
XYZ 4.18 4.02 1.37 -
YUV 55.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 73 53 23 0 0.27 0.68 0.71 36 0.52 0.19
Hex 49 35 17 0 1B 44 47 24 34 13
Octal 111 65 27 0 33 104 107 44 64 23
Binary 1001001 110101 10111 0 11011 1000100 1000111 100100 110100 10011

Color Harmonies of #493517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493517

Black with #493517

Text Example


Text Example

White with #493517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493517; }

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

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

background-color css

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

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

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

border-color css

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

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

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