Html Css Color HEX #493925 Clinker

📋 copy color: '#493925'

red 73 ◦ green 57 ◦ blue 37

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

Shades of Clinker #493925

Tints of Clinker #493925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.16%

R = 43.71%
G = 34.13%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#493925 (or 0x493925) is known color: Clinker. HEX triplet: 49, 39 and 25. RGB value is (73,57,37). Sum of RGB (Red+Green+Blue) = 73+57+37=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493925 is #B6C6DA. Grayscale: #3B3B3B. Windows color (decimal): -11978459 or 2439497. OLE color: 2439497.

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

Color convert

RGB 73 57 37 -
CMYK 0 0.22 0.49 0.71
HSL 33.33º 0.33% 0.22% -
HSV(B) 33.33º 0.49% 0.29% -
XYZ 4.54 4.48 2.37 -
YUV 59.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 73 57 37 0 0.22 0.49 0.71 33.33 0.33 0.22
Hex 49 39 25 0 16 31 47 21 21 16
Octal 111 71 45 0 26 61 107 41 41 26
Binary 1001001 111001 100101 0 10110 110001 1000111 100001 100001 10110

Color Harmonies of #493925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493925

Black with #493925

Text Example


Text Example

White with #493925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493925; }

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

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

background-color css

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

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

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

border-color css

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

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

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