Html Css Color HEX #473114 Clinker

📋 copy color: '#473114'

red 71 ◦ green 49 ◦ blue 20

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

Shades of Clinker #473114

Tints of Clinker #473114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35%

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

R = 50.71%
G = 35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#473114 (or 0x473114) is known color: Clinker. HEX triplet: 47, 31 and 14. RGB value is (71,49,20). Sum of RGB (Red+Green+Blue) = 71+49+20=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473114 is #B8CEEB. Grayscale: #343434. Windows color (decimal): -12111596 or 1323335. OLE color: 1323335.

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

Color convert

RGB 71 49 20 -
CMYK 0 0.31 0.72 0.72
HSL 34.12º 0.56% 0.18% -
HSV(B) 34.12º 0.72% 0.28% -
XYZ 3.82 3.59 1.15 -
YUV 52.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 71 49 20 0 0.31 0.72 0.72 34.12 0.56 0.18
Hex 47 31 14 0 1F 48 48 22 38 12
Octal 107 61 24 0 37 110 110 42 70 22
Binary 1000111 110001 10100 0 11111 1001000 1001000 100010 111000 10010

Color Harmonies of #473114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473114

Black with #473114

Text Example


Text Example

White with #473114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473114; }

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

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

background-color css

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

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

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

border-color css

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

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

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