Html Css Color HEX #472F15 Clinker

📋 copy color: '#472F15'

red 71 ◦ green 47 ◦ blue 21

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

Shades of Clinker #472F15

Tints of Clinker #472F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 51.08%
G = 33.81%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472F15 (or 0x472F15) is known color: Clinker. HEX triplet: 47, 2F and 15. RGB value is (71,47,21). Sum of RGB (Red+Green+Blue) = 71+47+21=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F15 is #B8D0EA. Grayscale: #333333. Windows color (decimal): -12112107 or 1388359. OLE color: 1388359.

HSL color Cylindrical-coordinate representation of color #472F15: hue angle of 31.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472F15 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 21 -
CMYK 0 0.34 0.70 0.72
HSL 31.2º 0.54% 0.18% -
HSV(B) 31.2º 0.7% 0.28% -
XYZ 3.75 3.43 1.17 -
YUV 51.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 71 47 21 0 0.34 0.70 0.72 31.2 0.54 0.18
Hex 47 2F 15 0 22 46 48 1F 36 12
Octal 107 57 25 0 42 106 110 37 66 22
Binary 1000111 101111 10101 0 100010 1000110 1001000 11111 110110 10010

Color Harmonies of #472F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F15

Black with #472F15

Text Example


Text Example

White with #472F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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