Html Css Color HEX #472F14 Clinker

📋 copy color: '#472F14'

red 71 ◦ green 47 ◦ blue 20

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

Shades of Clinker #472F14

Tints of Clinker #472F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 51.45%
G = 34.06%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472F14 (or 0x472F14) is known color: Clinker. HEX triplet: 47, 2F and 14. RGB value is (71,47,20). Sum of RGB (Red+Green+Blue) = 71+47+20=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F14 is #B8D0EB. Grayscale: #333333. Windows color (decimal): -12112108 or 1322823. OLE color: 1322823.

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

Color convert

RGB 71 47 20 -
CMYK 0 0.34 0.72 0.72
HSL 31.76º 0.56% 0.18% -
HSV(B) 31.76º 0.72% 0.28% -
XYZ 3.74 3.42 1.13 -
YUV 51.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 71 47 20 0 0.34 0.72 0.72 31.76 0.56 0.18
Hex 47 2F 14 0 22 48 48 20 38 12
Octal 107 57 24 0 42 110 110 40 70 22
Binary 1000111 101111 10100 0 100010 1001000 1001000 100000 111000 10010

Color Harmonies of #472F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F14

Black with #472F14

Text Example


Text Example

White with #472F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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