Html Css Color HEX #472F05 Clinker

📋 copy color: '#472F05'

red 71 ◦ green 47 ◦ blue 5

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

Shades of Clinker #472F05

Tints of Clinker #472F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.07%

R = 57.72%
G = 38.21%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472F05 (or 0x472F05) is known color: Clinker. HEX triplet: 47, 2F and 05. RGB value is (71,47,5). Sum of RGB (Red+Green+Blue) = 71+47+5=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F05 is #B8D0FA. Grayscale: #313131. Windows color (decimal): -12112123 or 339783. OLE color: 339783.

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

Color convert

RGB 71 47 5 -
CMYK 0 0.34 0.93 0.72
HSL 38.18º 0.87% 0.15% -
HSV(B) 38.18º 0.93% 0.28% -
XYZ 3.64 3.38 0.6 -
YUV 49.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 71 47 5 0 0.34 0.93 0.72 38.18 0.87 0.15
Hex 47 2F 5 0 22 5D 48 26 57 F
Octal 107 57 5 0 42 135 110 46 127 17
Binary 1000111 101111 101 0 100010 1011101 1001000 100110 1010111 1111

Color Harmonies of #472F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F05

Black with #472F05

Text Example


Text Example

White with #472F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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