Html Css Color HEX #47331D Clinker

📋 copy color: '#47331D'

red 71 ◦ green 51 ◦ blue 29

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

Shades of Clinker #47331D

Tints of Clinker #47331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

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

R = 47.02%
G = 33.77%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47331D (or 0x47331D) is known color: Clinker. HEX triplet: 47, 33 and 1D. RGB value is (71,51,29). Sum of RGB (Red+Green+Blue) = 71+51+29=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47331D is #B8CCE2. Grayscale: #363636. Windows color (decimal): -12111075 or 1913671. OLE color: 1913671.

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

Color convert

RGB 71 51 29 -
CMYK 0 0.28 0.59 0.72
HSL 31.43º 0.42% 0.2% -
HSV(B) 31.43º 0.59% 0.28% -
XYZ 4 3.8 1.68 -
YUV 54.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 71 51 29 0 0.28 0.59 0.72 31.43 0.42 0.2
Hex 47 33 1D 0 1C 3B 48 1F 2A 14
Octal 107 63 35 0 34 73 110 37 52 24
Binary 1000111 110011 11101 0 11100 111011 1001000 11111 101010 10100

Color Harmonies of #47331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47331D

Black with #47331D

Text Example


Text Example

White with #47331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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