Html Css Color HEX #47321E Clinker

📋 copy color: '#47321E'

red 71 ◦ green 50 ◦ blue 30

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

Shades of Clinker #47321E

Tints of Clinker #47321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

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

R = 47.02%
G = 33.11%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47321E (or 0x47321E) is known color: Clinker. HEX triplet: 47, 32 and 1E. RGB value is (71,50,30). Sum of RGB (Red+Green+Blue) = 71+50+30=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321E is #B8CDE1. Grayscale: #363636. Windows color (decimal): -12111330 or 1978951. OLE color: 1978951.

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

Color convert

RGB 71 50 30 -
CMYK 0 0.30 0.58 0.72
HSL 29.27º 0.41% 0.2% -
HSV(B) 29.27º 0.58% 0.28% -
XYZ 3.97 3.71 1.74 -
YUV 54 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 71 50 30 0 0.30 0.58 0.72 29.27 0.41 0.2
Hex 47 32 1E 0 1E 3A 48 1D 29 14
Octal 107 62 36 0 36 72 110 35 51 24
Binary 1000111 110010 11110 0 11110 111010 1001000 11101 101001 10100

Color Harmonies of #47321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47321E

Black with #47321E

Text Example


Text Example

White with #47321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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