Html Css Color HEX #472C05 Clinker

📋 copy color: '#472C05'

red 71 ◦ green 44 ◦ blue 5

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

Shades of Clinker #472C05

Tints of Clinker #472C05

RGB

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

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

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

R = 59.17%
G = 36.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472C05 (or 0x472C05) is known color: Clinker. HEX triplet: 47, 2C and 05. RGB value is (71,44,5). Sum of RGB (Red+Green+Blue) = 71+44+5=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C05 is #B8D3FA. Grayscale: #2F2F2F. Windows color (decimal): -12112891 or 339015. OLE color: 339015.

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

Color convert

RGB 71 44 5 -
CMYK 0 0.38 0.93 0.72
HSL 35.45º 0.87% 0.15% -
HSV(B) 35.45º 0.93% 0.28% -
XYZ 3.53 3.15 0.57 -
YUV 47.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 71 44 5 0 0.38 0.93 0.72 35.45 0.87 0.15
Hex 47 2C 5 0 26 5D 48 23 57 F
Octal 107 54 5 0 46 135 110 43 127 17
Binary 1000111 101100 101 0 100110 1011101 1001000 100011 1010111 1111

Color Harmonies of #472C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C05

Black with #472C05

Text Example


Text Example

White with #472C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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