Html Css Color HEX #47371C Clinker

📋 copy color: '#47371C'

red 71 ◦ green 55 ◦ blue 28

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

Shades of Clinker #47371C

Tints of Clinker #47371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 46.1%
G = 35.71%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47371C (or 0x47371C) is known color: Clinker. HEX triplet: 47, 37 and 1C. RGB value is (71,55,28). Sum of RGB (Red+Green+Blue) = 71+55+28=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47371C is #B8C8E3. Grayscale: #383838. Windows color (decimal): -12110052 or 1849159. OLE color: 1849159.

HSL color Cylindrical-coordinate representation of color #47371C: hue angle of 37.67º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47371C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 55 28 -
CMYK 0 0.23 0.61 0.72
HSL 37.67º 0.43% 0.19% -
HSV(B) 37.67º 0.61% 0.28% -
XYZ 4.17 4.16 1.68 -
YUV 56.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 71 55 28 0 0.23 0.61 0.72 37.67 0.43 0.19
Hex 47 37 1C 0 17 3D 48 26 2B 13
Octal 107 67 34 0 27 75 110 46 53 23
Binary 1000111 110111 11100 0 10111 111101 1001000 100110 101011 10011

Color Harmonies of #47371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47371C

Black with #47371C

Text Example


Text Example

White with #47371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47371C; }

 p { color: rgb(71,55,28); }

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

background-color css

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

 a { background-color: rgb(71,55,28); }

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

border-color css

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

 span { border-color: rgb(71,55,28); }

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