Html Css Color HEX #493017 Clinker

📋 copy color: '#493017'

red 73 ◦ green 48 ◦ blue 23

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

Shades of Clinker #493017

Tints of Clinker #493017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.33%

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

R = 50.69%
G = 33.33%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#493017 (or 0x493017) is known color: Clinker. HEX triplet: 49, 30 and 17. RGB value is (73,48,23). Sum of RGB (Red+Green+Blue) = 73+48+23=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493017 is #B6CFE8. Grayscale: #343434. Windows color (decimal): -11980777 or 1519689. OLE color: 1519689.

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

Color convert

RGB 73 48 23 -
CMYK 0 0.34 0.68 0.71
HSL 30º 0.52% 0.19% -
HSV(B) 30º 0.68% 0.29% -
XYZ 3.96 3.59 1.3 -
YUV 52.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 73 48 23 0 0.34 0.68 0.71 30 0.52 0.19
Hex 49 30 17 0 22 44 47 1E 34 13
Octal 111 60 27 0 42 104 107 36 64 23
Binary 1001001 110000 10111 0 100010 1000100 1000111 11110 110100 10011

Color Harmonies of #493017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493017

Black with #493017

Text Example


Text Example

White with #493017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493017; }

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

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

background-color css

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

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

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

border-color css

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

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

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