Html Css Color HEX #47301C Clinker

📋 copy color: '#47301C'

red 71 ◦ green 48 ◦ blue 28

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

Shades of Clinker #47301C

Tints of Clinker #47301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

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

R = 48.3%
G = 32.65%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47301C (or 0x47301C) is known color: Clinker. HEX triplet: 47, 30 and 1C. RGB value is (71,48,28). Sum of RGB (Red+Green+Blue) = 71+48+28=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301C is #B8CFE3. Grayscale: #343434. Windows color (decimal): -12111844 or 1847367. OLE color: 1847367.

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

Color convert

RGB 71 48 28 -
CMYK 0 0.32 0.61 0.72
HSL 27.91º 0.43% 0.19% -
HSV(B) 27.91º 0.61% 0.28% -
XYZ 3.87 3.54 1.58 -
YUV 52.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 71 48 28 0 0.32 0.61 0.72 27.91 0.43 0.19
Hex 47 30 1C 0 20 3D 48 1C 2B 13
Octal 107 60 34 0 40 75 110 34 53 23
Binary 1000111 110000 11100 0 100000 111101 1001000 11100 101011 10011

Color Harmonies of #47301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47301C

Black with #47301C

Text Example


Text Example

White with #47301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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