Html Css Color HEX #492E10 Clinker

📋 copy color: '#492E10'

red 73 ◦ green 46 ◦ blue 16

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

Shades of Clinker #492E10

Tints of Clinker #492E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.07%

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 54.07%
G = 34.07%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#492E10 (or 0x492E10) is known color: Clinker. HEX triplet: 49, 2E and 10. RGB value is (73,46,16). Sum of RGB (Red+Green+Blue) = 73+46+16=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #492E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E10 is #B6D1EF. Grayscale: #323232. Windows color (decimal): -11981296 or 1060425. OLE color: 1060425.

HSL color Cylindrical-coordinate representation of color #492E10: hue angle of 31.58º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492E10 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 16 -
CMYK 0 0.37 0.78 0.71
HSL 31.58º 0.64% 0.17% -
HSV(B) 31.58º 0.78% 0.29% -
XYZ 3.82 3.41 0.95 -
YUV 50.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 73 46 16 0 0.37 0.78 0.71 31.58 0.64 0.17
Hex 49 2E 10 0 25 4E 47 20 40 11
Octal 111 56 20 0 45 116 107 40 100 21
Binary 1001001 101110 10000 0 100101 1001110 1000111 100000 1000000 10001

Color Harmonies of #492E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E10

Black with #492E10

Text Example


Text Example

White with #492E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E10; }

 p { color: rgb(73,46,16); }

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

background-color css

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

 a { background-color: rgb(73,46,16); }

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

border-color css

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

 span { border-color: rgb(73,46,16); }

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