Html Css Color HEX #47341E Clinker

📋 copy color: '#47341E'

red 71 ◦ green 52 ◦ blue 30

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

Shades of Clinker #47341E

Tints of Clinker #47341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 46.41%
G = 33.99%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47341E (or 0x47341E) is known color: Clinker. HEX triplet: 47, 34 and 1E. RGB value is (71,52,30). Sum of RGB (Red+Green+Blue) = 71+52+30=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341E is #B8CBE1. Grayscale: #373737. Windows color (decimal): -12110818 or 1979463. OLE color: 1979463.

HSL color Cylindrical-coordinate representation of color #47341E: hue angle of 32.2º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47341E is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 30 -
CMYK 0 0.27 0.58 0.72
HSL 32.2º 0.41% 0.2% -
HSV(B) 32.2º 0.58% 0.28% -
XYZ 4.06 3.89 1.76 -
YUV 55.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 71 52 30 0 0.27 0.58 0.72 32.2 0.41 0.2
Hex 47 34 1E 0 1B 3A 48 20 29 14
Octal 107 64 36 0 33 72 110 40 51 24
Binary 1000111 110100 11110 0 11011 111010 1001000 100000 101001 10100

Color Harmonies of #47341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47341E

Black with #47341E

Text Example


Text Example

White with #47341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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