Html Css Color HEX #472F06 Clinker

📋 copy color: '#472F06'

red 71 ◦ green 47 ◦ blue 6

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

Shades of Clinker #472F06

Tints of Clinker #472F06

RGB

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

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

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

R = 57.26%
G = 37.9%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472F06 (or 0x472F06) is known color: Clinker. HEX triplet: 47, 2F and 06. RGB value is (71,47,6). Sum of RGB (Red+Green+Blue) = 71+47+6=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F06 is #B8D0F9. Grayscale: #313131. Windows color (decimal): -12112122 or 405319. OLE color: 405319.

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

Color convert

RGB 71 47 6 -
CMYK 0 0.34 0.92 0.72
HSL 37.85º 0.84% 0.15% -
HSV(B) 37.85º 0.92% 0.28% -
XYZ 3.65 3.39 0.63 -
YUV 49.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 71 47 6 0 0.34 0.92 0.72 37.85 0.84 0.15
Hex 47 2F 6 0 22 5C 48 26 54 F
Octal 107 57 6 0 42 134 110 46 124 17
Binary 1000111 101111 110 0 100010 1011100 1001000 100110 1010100 1111

Color Harmonies of #472F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F06

Black with #472F06

Text Example


Text Example

White with #472F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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