Html Css Color HEX #472D10 Clinker

📋 copy color: '#472D10'

red 71 ◦ green 45 ◦ blue 16

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

Shades of Clinker #472D10

Tints of Clinker #472D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.09%

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

R = 53.79%
G = 34.09%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472D10 (or 0x472D10) is known color: Clinker. HEX triplet: 47, 2D and 10. RGB value is (71,45,16). Sum of RGB (Red+Green+Blue) = 71+45+16=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D10 is #B8D2EF. Grayscale: #313131. Windows color (decimal): -12112624 or 1060167. OLE color: 1060167.

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

Color convert

RGB 71 45 16 -
CMYK 0 0.37 0.77 0.72
HSL 31.64º 0.63% 0.17% -
HSV(B) 31.64º 0.77% 0.28% -
XYZ 3.63 3.25 0.93 -
YUV 49.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 71 45 16 0 0.37 0.77 0.72 31.64 0.63 0.17
Hex 47 2D 10 0 25 4D 48 20 3F 11
Octal 107 55 20 0 45 115 110 40 77 21
Binary 1000111 101101 10000 0 100101 1001101 1001000 100000 111111 10001

Color Harmonies of #472D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D10

Black with #472D10

Text Example


Text Example

White with #472D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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