Html Css Color HEX #472F04 Clinker

📋 copy color: '#472F04'

red 71 ◦ green 47 ◦ blue 4

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

Shades of Clinker #472F04

Tints of Clinker #472F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 58.2%
G = 38.52%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472F04 (or 0x472F04) is known color: Clinker. HEX triplet: 47, 2F and 04. RGB value is (71,47,4). Sum of RGB (Red+Green+Blue) = 71+47+4=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F04 is #B8D0FB. Grayscale: #313131. Windows color (decimal): -12112124 or 274247. OLE color: 274247.

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

Color convert

RGB 71 47 4 -
CMYK 0 0.34 0.94 0.72
HSL 38.51º 0.89% 0.15% -
HSV(B) 38.51º 0.94% 0.28% -
XYZ 3.64 3.38 0.58 -
YUV 49.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 71 47 4 0 0.34 0.94 0.72 38.51 0.89 0.15
Hex 47 2F 4 0 22 5E 48 27 59 F
Octal 107 57 4 0 42 136 110 47 131 17
Binary 1000111 101111 100 0 100010 1011110 1001000 100111 1011001 1111

Color Harmonies of #472F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F04

Black with #472F04

Text Example


Text Example

White with #472F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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