Html Css Color HEX #472F11 Clinker

📋 copy color: '#472F11'

red 71 ◦ green 47 ◦ blue 17

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

Shades of Clinker #472F11

Tints of Clinker #472F11

RGB

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

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

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

R = 52.59%
G = 34.81%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472F11 (or 0x472F11) is known color: Clinker. HEX triplet: 47, 2F and 11. RGB value is (71,47,17). Sum of RGB (Red+Green+Blue) = 71+47+17=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F11 is #B8D0EE. Grayscale: #323232. Windows color (decimal): -12112111 or 1126215. OLE color: 1126215.

HSL color Cylindrical-coordinate representation of color #472F11: hue angle of 33.33º 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 #472F11 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 17 -
CMYK 0 0.34 0.76 0.72
HSL 33.33º 0.61% 0.17% -
HSV(B) 33.33º 0.76% 0.28% -
XYZ 3.72 3.41 0.99 -
YUV 50.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 71 47 17 0 0.34 0.76 0.72 33.33 0.61 0.17
Hex 47 2F 11 0 22 4C 48 21 3D 11
Octal 107 57 21 0 42 114 110 41 75 21
Binary 1000111 101111 10001 0 100010 1001100 1001000 100001 111101 10001

Color Harmonies of #472F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F11

Black with #472F11

Text Example


Text Example

White with #472F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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