Html Css Color HEX #472E03 Clinker

📋 copy color: '#472E03'

red 71 ◦ green 46 ◦ blue 3

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

Shades of Clinker #472E03

Tints of Clinker #472E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

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

R = 59.17%
G = 38.33%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472E03 (or 0x472E03) is known color: Clinker. HEX triplet: 47, 2E and 03. RGB value is (71,46,3). Sum of RGB (Red+Green+Blue) = 71+46+3=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E03 is #B8D1FC. Grayscale: #303030. Windows color (decimal): -12112381 or 208455. OLE color: 208455.

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

Color convert

RGB 71 46 3 -
CMYK 0 0.35 0.96 0.72
HSL 37.94º 0.92% 0.15% -
HSV(B) 37.94º 0.96% 0.28% -
XYZ 3.59 3.3 0.53 -
YUV 48.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 71 46 3 0 0.35 0.96 0.72 37.94 0.92 0.15
Hex 47 2E 3 0 23 60 48 26 5C F
Octal 107 56 3 0 43 140 110 46 134 17
Binary 1000111 101110 11 0 100011 1100000 1001000 100110 1011100 1111

Color Harmonies of #472E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E03

Black with #472E03

Text Example


Text Example

White with #472E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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