Html Css Color HEX #493B27 Clinker

📋 copy color: '#493B27'

red 73 ◦ green 59 ◦ blue 39

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

Shades of Clinker #493B27

Tints of Clinker #493B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.5%

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

R = 42.69%
G = 34.5%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#493B27 (or 0x493B27) is known color: Clinker. HEX triplet: 49, 3B and 27. RGB value is (73,59,39). Sum of RGB (Red+Green+Blue) = 73+59+39=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B27 is #B6C4D8. Grayscale: #3C3C3C. Windows color (decimal): -11977945 or 2571081. OLE color: 2571081.

HSL color Cylindrical-coordinate representation of color #493B27: hue angle of 35.29º 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 #493B27 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 59 39 -
CMYK 0 0.19 0.47 0.71
HSL 35.29º 0.3% 0.22% -
HSV(B) 35.29º 0.47% 0.29% -
XYZ 4.68 4.69 2.58 -
YUV 60.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 73 59 39 0 0.19 0.47 0.71 35.29 0.3 0.22
Hex 49 3B 27 0 13 2F 47 23 1E 16
Octal 111 73 47 0 23 57 107 43 36 26
Binary 1001001 111011 100111 0 10011 101111 1000111 100011 11110 10110

Color Harmonies of #493B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B27

Black with #493B27

Text Example


Text Example

White with #493B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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