Html Css Color HEX #47341C Clinker

📋 copy color: '#47341C'

red 71 ◦ green 52 ◦ blue 28

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

Shades of Clinker #47341C

Tints of Clinker #47341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

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

R = 47.02%
G = 34.44%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47341C (or 0x47341C) is known color: Clinker. HEX triplet: 47, 34 and 1C. RGB value is (71,52,28). Sum of RGB (Red+Green+Blue) = 71+52+28=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341C is #B8CBE3. Grayscale: #373737. Windows color (decimal): -12110820 or 1848391. OLE color: 1848391.

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

Color convert

RGB 71 52 28 -
CMYK 0 0.27 0.61 0.72
HSL 33.49º 0.43% 0.19% -
HSV(B) 33.49º 0.61% 0.28% -
XYZ 4.04 3.88 1.63 -
YUV 54.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 71 52 28 0 0.27 0.61 0.72 33.49 0.43 0.19
Hex 47 34 1C 0 1B 3D 48 21 2B 13
Octal 107 64 34 0 33 75 110 41 53 23
Binary 1000111 110100 11100 0 11011 111101 1001000 100001 101011 10011

Color Harmonies of #47341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47341C

Black with #47341C

Text Example


Text Example

White with #47341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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