Html Css Color HEX #47341D Clinker

📋 copy color: '#47341D'

red 71 ◦ green 52 ◦ blue 29

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

Shades of Clinker #47341D

Tints of Clinker #47341D

RGB

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

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

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

R = 46.71%
G = 34.21%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47341D (or 0x47341D) is known color: Clinker. HEX triplet: 47, 34 and 1D. RGB value is (71,52,29). Sum of RGB (Red+Green+Blue) = 71+52+29=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341D is #B8CBE2. Grayscale: #373737. Windows color (decimal): -12110819 or 1913927. OLE color: 1913927.

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

Color convert

RGB 71 52 29 -
CMYK 0 0.27 0.59 0.72
HSL 32.86º 0.42% 0.2% -
HSV(B) 32.86º 0.59% 0.28% -
XYZ 4.05 3.88 1.7 -
YUV 55.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 71 52 29 0 0.27 0.59 0.72 32.86 0.42 0.2
Hex 47 34 1D 0 1B 3B 48 21 2A 14
Octal 107 64 35 0 33 73 110 41 52 24
Binary 1000111 110100 11101 0 11011 111011 1001000 100001 101010 10100

Color Harmonies of #47341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47341D

Black with #47341D

Text Example


Text Example

White with #47341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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