Html Css Color HEX #492F0B Clinker

📋 copy color: '#492F0B'

red 73 ◦ green 47 ◦ blue 11

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

Shades of Clinker #492F0B

Tints of Clinker #492F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 55.73%
G = 35.88%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#492F0B (or 0x492F0B) is known color: Clinker. HEX triplet: 49, 2F and 0B. RGB value is (73,47,11). Sum of RGB (Red+Green+Blue) = 73+47+11=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F0B is #B6D0F4. Grayscale: #323232. Windows color (decimal): -11981045 or 733001. OLE color: 733001.

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

Color convert

RGB 73 47 11 -
CMYK 0 0.36 0.85 0.71
HSL 34.84º 0.74% 0.16% -
HSV(B) 34.84º 0.85% 0.29% -
XYZ 3.82 3.47 0.79 -
YUV 50.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 73 47 11 0 0.36 0.85 0.71 34.84 0.74 0.16
Hex 49 2F B 0 24 55 47 23 4A 10
Octal 111 57 13 0 44 125 107 43 112 20
Binary 1001001 101111 1011 0 100100 1010101 1000111 100011 1001010 10000

Color Harmonies of #492F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F0B

Black with #492F0B

Text Example


Text Example

White with #492F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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