Html Css Color HEX #472F10 Clinker

📋 copy color: '#472F10'

red 71 ◦ green 47 ◦ blue 16

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

Shades of Clinker #472F10

Tints of Clinker #472F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 52.99%
G = 35.07%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472F10 (or 0x472F10) is known color: Clinker. HEX triplet: 47, 2F and 10. RGB value is (71,47,16). Sum of RGB (Red+Green+Blue) = 71+47+16=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F10 is #B8D0EF. Grayscale: #323232. Windows color (decimal): -12112112 or 1060679. OLE color: 1060679.

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

Color convert

RGB 71 47 16 -
CMYK 0 0.34 0.77 0.72
HSL 33.82º 0.63% 0.17% -
HSV(B) 33.82º 0.77% 0.28% -
XYZ 3.71 3.41 0.95 -
YUV 50.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 71 47 16 0 0.34 0.77 0.72 33.82 0.63 0.17
Hex 47 2F 10 0 22 4D 48 22 3F 11
Octal 107 57 20 0 42 115 110 42 77 21
Binary 1000111 101111 10000 0 100010 1001101 1001000 100010 111111 10001

Color Harmonies of #472F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F10

Black with #472F10

Text Example


Text Example

White with #472F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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