Html Css Color HEX #492F13 Clinker

📋 copy color: '#492F13'

red 73 ◦ green 47 ◦ blue 19

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

Shades of Clinker #492F13

Tints of Clinker #492F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 52.52%
G = 33.81%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492F13 (or 0x492F13) is known color: Clinker. HEX triplet: 49, 2F and 13. RGB value is (73,47,19). Sum of RGB (Red+Green+Blue) = 73+47+19=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F13 is #B6D0EC. Grayscale: #333333. Windows color (decimal): -11981037 or 1257289. OLE color: 1257289.

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

Color convert

RGB 73 47 19 -
CMYK 0 0.36 0.74 0.71
HSL 31.11º 0.59% 0.18% -
HSV(B) 31.11º 0.74% 0.29% -
XYZ 3.88 3.5 1.09 -
YUV 51.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 73 47 19 0 0.36 0.74 0.71 31.11 0.59 0.18
Hex 49 2F 13 0 24 4A 47 1F 3B 12
Octal 111 57 23 0 44 112 107 37 73 22
Binary 1001001 101111 10011 0 100100 1001010 1000111 11111 111011 10010

Color Harmonies of #492F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F13

Black with #492F13

Text Example


Text Example

White with #492F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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