Html Css Color HEX #493C28 Clinker

📋 copy color: '#493C28'

red 73 ◦ green 60 ◦ blue 40

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

Shades of Clinker #493C28

Tints of Clinker #493C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.12%

R = 42.2%
G = 34.68%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493C28 (or 0x493C28) is known color: Clinker. HEX triplet: 49, 3C and 28. RGB value is (73,60,40). Sum of RGB (Red+Green+Blue) = 73+60+40=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C28 is #B6C3D7. Grayscale: #3D3D3D. Windows color (decimal): -11977688 or 2636873. OLE color: 2636873.

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

Color convert

RGB 73 60 40 -
CMYK 0 0.18 0.45 0.71
HSL 36.36º 0.29% 0.22% -
HSV(B) 36.36º 0.45% 0.29% -
XYZ 4.75 4.8 2.68 -
YUV 61.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 73 60 40 0 0.18 0.45 0.71 36.36 0.29 0.22
Hex 49 3C 28 0 12 2D 47 24 1D 16
Octal 111 74 50 0 22 55 107 44 35 26
Binary 1001001 111100 101000 0 10010 101101 1000111 100100 11101 10110

Color Harmonies of #493C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C28

Black with #493C28

Text Example


Text Example

White with #493C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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