Html Css Color HEX #493B28 Clinker

📋 copy color: '#493B28'

red 73 ◦ green 59 ◦ blue 40

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

Shades of Clinker #493B28

Tints of Clinker #493B28

RGB

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

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

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

R = 42.44%
G = 34.3%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493B28 (or 0x493B28) is known color: Clinker. HEX triplet: 49, 3B and 28. RGB value is (73,59,40). Sum of RGB (Red+Green+Blue) = 73+59+40=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #493B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493B28 is #B6C4D7. Grayscale: #3D3D3D. Windows color (decimal): -11977944 or 2636617. OLE color: 2636617.

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

Color convert

RGB 73 59 40 -
CMYK 0 0.19 0.45 0.71
HSL 34.55º 0.29% 0.22% -
HSV(B) 34.55º 0.45% 0.29% -
XYZ 4.69 4.7 2.67 -
YUV 61.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 73 59 40 0 0.19 0.45 0.71 34.55 0.29 0.22
Hex 49 3B 28 0 13 2D 47 23 1D 16
Octal 111 73 50 0 23 55 107 43 35 26
Binary 1001001 111011 101000 0 10011 101101 1000111 100011 11101 10110

Color Harmonies of #493B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B28

Black with #493B28

Text Example


Text Example

White with #493B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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