Html Css Color HEX #47371F Clinker

📋 copy color: '#47371F'

red 71 ◦ green 55 ◦ blue 31

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

Shades of Clinker #47371F

Tints of Clinker #47371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 45.22%
G = 35.03%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47371F (or 0x47371F) is known color: Clinker. HEX triplet: 47, 37 and 1F. RGB value is (71,55,31). Sum of RGB (Red+Green+Blue) = 71+55+31=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47371F is #B8C8E0. Grayscale: #393939. Windows color (decimal): -12110049 or 2045767. OLE color: 2045767.

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

Color convert

RGB 71 55 31 -
CMYK 0 0.23 0.56 0.72
HSL 36º 0.39% 0.2% -
HSV(B) 36º 0.56% 0.28% -
XYZ 4.21 4.17 1.88 -
YUV 57.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 71 55 31 0 0.23 0.56 0.72 36 0.39 0.2
Hex 47 37 1F 0 17 38 48 24 27 14
Octal 107 67 37 0 27 70 110 44 47 24
Binary 1000111 110111 11111 0 10111 111000 1001000 100100 100111 10100

Color Harmonies of #47371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47371F

Black with #47371F

Text Example


Text Example

White with #47371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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