Html Css Color HEX #472E11 Clinker

📋 copy color: '#472E11'

red 71 ◦ green 46 ◦ blue 17

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

Shades of Clinker #472E11

Tints of Clinker #472E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.69%

R = 52.99%
G = 34.33%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472E11 (or 0x472E11) is known color: Clinker. HEX triplet: 47, 2E and 11. RGB value is (71,46,17). Sum of RGB (Red+Green+Blue) = 71+46+17=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E11 is #B8D1EE. Grayscale: #323232. Windows color (decimal): -12112367 or 1125959. OLE color: 1125959.

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

Color convert

RGB 71 46 17 -
CMYK 0 0.35 0.76 0.72
HSL 32.22º 0.61% 0.17% -
HSV(B) 32.22º 0.76% 0.28% -
XYZ 3.68 3.33 0.98 -
YUV 50.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 71 46 17 0 0.35 0.76 0.72 32.22 0.61 0.17
Hex 47 2E 11 0 23 4C 48 20 3D 11
Octal 107 56 21 0 43 114 110 40 75 21
Binary 1000111 101110 10001 0 100011 1001100 1001000 100000 111101 10001

Color Harmonies of #472E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E11

Black with #472E11

Text Example


Text Example

White with #472E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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