Html Css Color HEX #472E04 Clinker

📋 copy color: '#472E04'

red 71 ◦ green 46 ◦ blue 4

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

Shades of Clinker #472E04

Tints of Clinker #472E04

RGB

 RED value IS 71 (28.13% from 255) = 58.68%

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

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 58.68%
G = 38.02%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472E04 (or 0x472E04) is known color: Clinker. HEX triplet: 47, 2E and 04. RGB value is (71,46,4). Sum of RGB (Red+Green+Blue) = 71+46+4=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E04 is #B8D1FB. Grayscale: #303030. Windows color (decimal): -12112380 or 273991. OLE color: 273991.

HSL color Cylindrical-coordinate representation of color #472E04: hue angle of 37.61º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #472E04 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 4 -
CMYK 0 0.35 0.94 0.72
HSL 37.61º 0.89% 0.15% -
HSV(B) 37.61º 0.94% 0.28% -
XYZ 3.6 3.3 0.56 -
YUV 48.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 71 46 4 0 0.35 0.94 0.72 37.61 0.89 0.15
Hex 47 2E 4 0 23 5E 48 26 59 F
Octal 107 56 4 0 43 136 110 46 131 17
Binary 1000111 101110 100 0 100011 1011110 1001000 100110 1011001 1111

Color Harmonies of #472E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E04

Black with #472E04

Text Example


Text Example

White with #472E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E04; }

 p { color: rgb(71,46,4); }

 H1.HeaderClassName
 {
   color: #472E04;
 }
 .AnyTagClassName
 {
   color: #472E04;
 }
</style>

background-color css

<style>
 a { background-color: #472E04; }

 a { background-color: rgb(71,46,4); }

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

border-color css

<style>
 span { border-color: #472E04; }

 span { border-color: rgb(71,46,4); }

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