Html Css Color HEX #493928 Clinker

📋 copy color: '#493928'

red 73 ◦ green 57 ◦ blue 40

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

Shades of Clinker #493928

Tints of Clinker #493928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

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

R = 42.94%
G = 33.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493928 (or 0x493928) is known color: Clinker. HEX triplet: 49, 39 and 28. RGB value is (73,57,40). Sum of RGB (Red+Green+Blue) = 73+57+40=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #493928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493928 is #B6C6D7. Grayscale: #3B3B3B. Windows color (decimal): -11978456 or 2636105. OLE color: 2636105.

HSL color Cylindrical-coordinate representation of color #493928: hue angle of 30.91º 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 #493928 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 57 40 -
CMYK 0 0.22 0.45 0.71
HSL 30.91º 0.29% 0.22% -
HSV(B) 30.91º 0.45% 0.29% -
XYZ 4.59 4.5 2.63 -
YUV 59.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 73 57 40 0 0.22 0.45 0.71 30.91 0.29 0.22
Hex 49 39 28 0 16 2D 47 1F 1D 16
Octal 111 71 50 0 26 55 107 37 35 26
Binary 1001001 111001 101000 0 10110 101101 1000111 11111 11101 10110

Color Harmonies of #493928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493928

Black with #493928

Text Example


Text Example

White with #493928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493928; }

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

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

background-color css

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

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

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

border-color css

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

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

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