Html Css Color HEX #493C27 Clinker

📋 copy color: '#493C27'

red 73 ◦ green 60 ◦ blue 39

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

Shades of Clinker #493C27

Tints of Clinker #493C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 42.44%
G = 34.88%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#493C27 (or 0x493C27) is known color: Clinker. HEX triplet: 49, 3C and 27. RGB value is (73,60,39). Sum of RGB (Red+Green+Blue) = 73+60+39=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C27 is #B6C3D8. Grayscale: #3D3D3D. Windows color (decimal): -11977689 or 2571337. OLE color: 2571337.

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

Color convert

RGB 73 60 39 -
CMYK 0 0.18 0.47 0.71
HSL 37.06º 0.3% 0.22% -
HSV(B) 37.06º 0.47% 0.29% -
XYZ 4.73 4.79 2.6 -
YUV 61.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 73 60 39 0 0.18 0.47 0.71 37.06 0.3 0.22
Hex 49 3C 27 0 12 2F 47 25 1E 16
Octal 111 74 47 0 22 57 107 45 36 26
Binary 1001001 111100 100111 0 10010 101111 1000111 100101 11110 10110

Color Harmonies of #493C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C27

Black with #493C27

Text Example


Text Example

White with #493C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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