Html Css Color HEX #492F08 Clinker

📋 copy color: '#492F08'

red 73 ◦ green 47 ◦ blue 8

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

Shades of Clinker #492F08

Tints of Clinker #492F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.25%

R = 57.03%
G = 36.72%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492F08 (or 0x492F08) is known color: Clinker. HEX triplet: 49, 2F and 08. RGB value is (73,47,8). Sum of RGB (Red+Green+Blue) = 73+47+8=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #492F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F08 is #B6D0F7. Grayscale: #323232. Windows color (decimal): -11981048 or 536393. OLE color: 536393.

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

Color convert

RGB 73 47 8 -
CMYK 0 0.36 0.89 0.71
HSL 36º 0.8% 0.16% -
HSV(B) 36º 0.89% 0.29% -
XYZ 3.81 3.47 0.7 -
YUV 50.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 73 47 8 0 0.36 0.89 0.71 36 0.8 0.16
Hex 49 2F 8 0 24 59 47 24 50 10
Octal 111 57 10 0 44 131 107 44 120 20
Binary 1001001 101111 1000 0 100100 1011001 1000111 100100 1010000 10000

Color Harmonies of #492F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F08

Black with #492F08

Text Example


Text Example

White with #492F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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