Html Css Color HEX #493C26 Clinker

📋 copy color: '#493C26'

red 73 ◦ green 60 ◦ blue 38

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

Shades of Clinker #493C26

Tints of Clinker #493C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.22%

R = 42.69%
G = 35.09%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#493C26 (or 0x493C26) is known color: Clinker. HEX triplet: 49, 3C and 26. RGB value is (73,60,38). Sum of RGB (Red+Green+Blue) = 73+60+38=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C26 is #B6C3D9. Grayscale: #3D3D3D. Windows color (decimal): -11977690 or 2505801. OLE color: 2505801.

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

Color convert

RGB 73 60 38 -
CMYK 0 0.18 0.48 0.71
HSL 37.71º 0.32% 0.22% -
HSV(B) 37.71º 0.48% 0.29% -
XYZ 4.71 4.79 2.51 -
YUV 61.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 73 60 38 0 0.18 0.48 0.71 37.71 0.32 0.22
Hex 49 3C 26 0 12 30 47 26 20 16
Octal 111 74 46 0 22 60 107 46 40 26
Binary 1001001 111100 100110 0 10010 110000 1000111 100110 100000 10110

Color Harmonies of #493C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C26

Black with #493C26

Text Example


Text Example

White with #493C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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