Html Css Color HEX #492F0F Clinker

📋 copy color: '#492F0F'

red 73 ◦ green 47 ◦ blue 15

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

Shades of Clinker #492F0F

Tints of Clinker #492F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.81%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 54.07%
G = 34.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#492F0F (or 0x492F0F) is known color: Clinker. HEX triplet: 49, 2F and 0F. RGB value is (73,47,15). Sum of RGB (Red+Green+Blue) = 73+47+15=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #492F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F0F is #B6D0F0. Grayscale: #333333. Windows color (decimal): -11981041 or 995145. OLE color: 995145.

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

Color convert

RGB 73 47 15 -
CMYK 0 0.36 0.79 0.71
HSL 33.1º 0.66% 0.17% -
HSV(B) 33.1º 0.79% 0.29% -
XYZ 3.85 3.48 0.92 -
YUV 51.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 73 47 15 0 0.36 0.79 0.71 33.1 0.66 0.17
Hex 49 2F F 0 24 4F 47 21 42 11
Octal 111 57 17 0 44 117 107 41 102 21
Binary 1001001 101111 1111 0 100100 1001111 1000111 100001 1000010 10001

Color Harmonies of #492F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F0F

Black with #492F0F

Text Example


Text Example

White with #492F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,15); }

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

background-color css

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

 a { background-color: rgb(73,47,15); }

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

border-color css

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

 span { border-color: rgb(73,47,15); }

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