Html Css Color HEX #472C06 Clinker

📋 copy color: '#472C06'

red 71 ◦ green 44 ◦ blue 6

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

Shades of Clinker #472C06

Tints of Clinker #472C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 36.36%

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 58.68%
G = 36.36%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472C06 (or 0x472C06) is known color: Clinker. HEX triplet: 47, 2C and 06. RGB value is (71,44,6). Sum of RGB (Red+Green+Blue) = 71+44+6=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C06 is #B8D3F9. Grayscale: #2F2F2F. Windows color (decimal): -12112890 or 404551. OLE color: 404551.

HSL color Cylindrical-coordinate representation of color #472C06: hue angle of 35.08º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #472C06 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 6 -
CMYK 0 0.38 0.92 0.72
HSL 35.08º 0.84% 0.15% -
HSV(B) 35.08º 0.92% 0.28% -
XYZ 3.53 3.15 0.59 -
YUV 47.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 71 44 6 0 0.38 0.92 0.72 35.08 0.84 0.15
Hex 47 2C 6 0 26 5C 48 23 54 F
Octal 107 54 6 0 46 134 110 43 124 17
Binary 1000111 101100 110 0 100110 1011100 1001000 100011 1010100 1111

Color Harmonies of #472C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C06

Black with #472C06

Text Example


Text Example

White with #472C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,6); }

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

background-color css

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

 a { background-color: rgb(71,44,6); }

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

border-color css

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

 span { border-color: rgb(71,44,6); }

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