Html Css Color HEX #472C03 Clinker

📋 copy color: '#472C03'

red 71 ◦ green 44 ◦ blue 3

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

Shades of Clinker #472C03

Tints of Clinker #472C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.54%

R = 60.17%
G = 37.29%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472C03 (or 0x472C03) is known color: Clinker. HEX triplet: 47, 2C and 03. RGB value is (71,44,3). Sum of RGB (Red+Green+Blue) = 71+44+3=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C03 is #B8D3FC. Grayscale: #2F2F2F. Windows color (decimal): -12112893 or 207943. OLE color: 207943.

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

Color convert

RGB 71 44 3 -
CMYK 0 0.38 0.96 0.72
HSL 36.18º 0.92% 0.15% -
HSV(B) 36.18º 0.96% 0.28% -
XYZ 3.52 3.15 0.51 -
YUV 47.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 71 44 3 0 0.38 0.96 0.72 36.18 0.92 0.15
Hex 47 2C 3 0 26 60 48 24 5C F
Octal 107 54 3 0 46 140 110 44 134 17
Binary 1000111 101100 11 0 100110 1100000 1001000 100100 1011100 1111

Color Harmonies of #472C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C03

Black with #472C03

Text Example


Text Example

White with #472C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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