Html Css Color HEX #472E14 Clinker

📋 copy color: '#472E14'

red 71 ◦ green 46 ◦ blue 20

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

Shades of Clinker #472E14

Tints of Clinker #472E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 51.82%
G = 33.58%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472E14 (or 0x472E14) is known color: Clinker. HEX triplet: 47, 2E and 14. RGB value is (71,46,20). Sum of RGB (Red+Green+Blue) = 71+46+20=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E14 is #B8D1EB. Grayscale: #323232. Windows color (decimal): -12112364 or 1322567. OLE color: 1322567.

HSL color Cylindrical-coordinate representation of color #472E14: hue angle of 30.59º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472E14 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 20 -
CMYK 0 0.35 0.72 0.72
HSL 30.59º 0.56% 0.18% -
HSV(B) 30.59º 0.72% 0.28% -
XYZ 3.7 3.34 1.11 -
YUV 50.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 71 46 20 0 0.35 0.72 0.72 30.59 0.56 0.18
Hex 47 2E 14 0 23 48 48 1F 38 12
Octal 107 56 24 0 43 110 110 37 70 22
Binary 1000111 101110 10100 0 100011 1001000 1001000 11111 111000 10010

Color Harmonies of #472E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E14

Black with #472E14

Text Example


Text Example

White with #472E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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