Html Css Color HEX #47311D Clinker

📋 copy color: '#47311D'

red 71 ◦ green 49 ◦ blue 29

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

Shades of Clinker #47311D

Tints of Clinker #47311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 47.65%
G = 32.89%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47311D (or 0x47311D) is known color: Clinker. HEX triplet: 47, 31 and 1D. RGB value is (71,49,29). Sum of RGB (Red+Green+Blue) = 71+49+29=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47311D is #B8CEE2. Grayscale: #353535. Windows color (decimal): -12111587 or 1913159. OLE color: 1913159.

HSL color Cylindrical-coordinate representation of color #47311D: hue angle of 28.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47311D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 29 -
CMYK 0 0.31 0.59 0.72
HSL 28.57º 0.42% 0.2% -
HSV(B) 28.57º 0.59% 0.28% -
XYZ 3.92 3.62 1.66 -
YUV 53.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 71 49 29 0 0.31 0.59 0.72 28.57 0.42 0.2
Hex 47 31 1D 0 1F 3B 48 1D 2A 14
Octal 107 61 35 0 37 73 110 35 52 24
Binary 1000111 110001 11101 0 11111 111011 1001000 11101 101010 10100

Color Harmonies of #47311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47311D

Black with #47311D

Text Example


Text Example

White with #47311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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