Html Css Color HEX #493C29 Clinker

📋 copy color: '#493C29'

red 73 ◦ green 60 ◦ blue 41

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

Shades of Clinker #493C29

Tints of Clinker #493C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.48%

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 41.95%
G = 34.48%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#493C29 (or 0x493C29) is known color: Clinker. HEX triplet: 49, 3C and 29. RGB value is (73,60,41). Sum of RGB (Red+Green+Blue) = 73+60+41=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C29 is #B6C3D6. Grayscale: #3D3D3D. Windows color (decimal): -11977687 or 2702409. OLE color: 2702409.

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

Color convert

RGB 73 60 41 -
CMYK 0 0.18 0.44 0.71
HSL 35.63º 0.28% 0.22% -
HSV(B) 35.63º 0.44% 0.29% -
XYZ 4.76 4.81 2.77 -
YUV 61.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 73 60 41 0 0.18 0.44 0.71 35.63 0.28 0.22
Hex 49 3C 29 0 12 2C 47 24 1C 16
Octal 111 74 51 0 22 54 107 44 34 26
Binary 1001001 111100 101001 0 10010 101100 1000111 100100 11100 10110

Color Harmonies of #493C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C29

Black with #493C29

Text Example


Text Example

White with #493C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C29; }

 p { color: rgb(73,60,41); }

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

background-color css

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

 a { background-color: rgb(73,60,41); }

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

border-color css

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

 span { border-color: rgb(73,60,41); }

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