Html Css Color HEX #472F12 Clinker

📋 copy color: '#472F12'

red 71 ◦ green 47 ◦ blue 18

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

Shades of Clinker #472F12

Tints of Clinker #472F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 52.21%
G = 34.56%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472F12 (or 0x472F12) is known color: Clinker. HEX triplet: 47, 2F and 12. RGB value is (71,47,18). Sum of RGB (Red+Green+Blue) = 71+47+18=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #472F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F12 is #B8D0ED. Grayscale: #333333. Windows color (decimal): -12112110 or 1191751. OLE color: 1191751.

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

Color convert

RGB 71 47 18 -
CMYK 0 0.34 0.75 0.72
HSL 32.83º 0.6% 0.17% -
HSV(B) 32.83º 0.75% 0.28% -
XYZ 3.72 3.42 1.04 -
YUV 50.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 71 47 18 0 0.34 0.75 0.72 32.83 0.6 0.17
Hex 47 2F 12 0 22 4B 48 21 3C 11
Octal 107 57 22 0 42 113 110 41 74 21
Binary 1000111 101111 10010 0 100010 1001011 1001000 100001 111100 10001

Color Harmonies of #472F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F12

Black with #472F12

Text Example


Text Example

White with #472F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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