Html Css Color HEX #47331E Clinker

📋 copy color: '#47331E'

red 71 ◦ green 51 ◦ blue 30

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

Shades of Clinker #47331E

Tints of Clinker #47331E

RGB

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

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

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

R = 46.71%
G = 33.55%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47331E (or 0x47331E) is known color: Clinker. HEX triplet: 47, 33 and 1E. RGB value is (71,51,30). Sum of RGB (Red+Green+Blue) = 71+51+30=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47331E is #B8CCE1. Grayscale: #363636. Windows color (decimal): -12111074 or 1979207. OLE color: 1979207.

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

Color convert

RGB 71 51 30 -
CMYK 0 0.28 0.58 0.72
HSL 30.73º 0.41% 0.2% -
HSV(B) 30.73º 0.58% 0.28% -
XYZ 4.02 3.8 1.75 -
YUV 54.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 71 51 30 0 0.28 0.58 0.72 30.73 0.41 0.2
Hex 47 33 1E 0 1C 3A 48 1F 29 14
Octal 107 63 36 0 34 72 110 37 51 24
Binary 1000111 110011 11110 0 11100 111010 1001000 11111 101001 10100

Color Harmonies of #47331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47331E

Black with #47331E

Text Example


Text Example

White with #47331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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