Html Css Color HEX #47321F Clinker

📋 copy color: '#47321F'

red 71 ◦ green 50 ◦ blue 31

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

Shades of Clinker #47321F

Tints of Clinker #47321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 46.71%
G = 32.89%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47321F (or 0x47321F) is known color: Clinker. HEX triplet: 47, 32 and 1F. RGB value is (71,50,31). Sum of RGB (Red+Green+Blue) = 71+50+31=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321F is #B8CDE0. Grayscale: #363636. Windows color (decimal): -12111329 or 2044487. OLE color: 2044487.

HSL color Cylindrical-coordinate representation of color #47321F: hue angle of 28.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47321F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 31 -
CMYK 0 0.30 0.56 0.72
HSL 28.5º 0.39% 0.2% -
HSV(B) 28.5º 0.56% 0.28% -
XYZ 3.99 3.72 1.8 -
YUV 54.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 71 50 31 0 0.30 0.56 0.72 28.5 0.39 0.2
Hex 47 32 1F 0 1E 38 48 1C 27 14
Octal 107 62 37 0 36 70 110 34 47 24
Binary 1000111 110010 11111 0 11110 111000 1001000 11100 100111 10100

Color Harmonies of #47321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47321F

Black with #47321F

Text Example


Text Example

White with #47321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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