Html Css Color HEX #493006 Clinker

📋 copy color: '#493006'

red 73 ◦ green 48 ◦ blue 6

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

Shades of Clinker #493006

Tints of Clinker #493006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.8%

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 57.48%
G = 37.8%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#493006 (or 0x493006) is known color: Clinker. HEX triplet: 49, 30 and 06. RGB value is (73,48,6). Sum of RGB (Red+Green+Blue) = 73+48+6=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #493006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493006 is #B6CFF9. Grayscale: #323232. Windows color (decimal): -11980794 or 405577. OLE color: 405577.

HSL color Cylindrical-coordinate representation of color #493006: hue angle of 37.61º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #493006 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 6 -
CMYK 0 0.34 0.92 0.71
HSL 37.61º 0.85% 0.15% -
HSV(B) 37.61º 0.92% 0.29% -
XYZ 3.84 3.54 0.65 -
YUV 50.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 73 48 6 0 0.34 0.92 0.71 37.61 0.85 0.15
Hex 49 30 6 0 22 5C 47 26 55 F
Octal 111 60 6 0 42 134 107 46 125 17
Binary 1001001 110000 110 0 100010 1011100 1000111 100110 1010101 1111

Color Harmonies of #493006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493006

Black with #493006

Text Example


Text Example

White with #493006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493006; }

 p { color: rgb(73,48,6); }

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

background-color css

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

 a { background-color: rgb(73,48,6); }

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

border-color css

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

 span { border-color: rgb(73,48,6); }

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