Html Css Color HEX #47321C Clinker

📋 copy color: '#47321C'

red 71 ◦ green 50 ◦ blue 28

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

Shades of Clinker #47321C

Tints of Clinker #47321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 47.65%
G = 33.56%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47321C (or 0x47321C) is known color: Clinker. HEX triplet: 47, 32 and 1C. RGB value is (71,50,28). Sum of RGB (Red+Green+Blue) = 71+50+28=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321C is #B8CDE3. Grayscale: #353535. Windows color (decimal): -12111332 or 1847879. OLE color: 1847879.

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

Color convert

RGB 71 50 28 -
CMYK 0 0.30 0.61 0.72
HSL 30.7º 0.43% 0.19% -
HSV(B) 30.7º 0.61% 0.28% -
XYZ 3.95 3.7 1.61 -
YUV 53.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 71 50 28 0 0.30 0.61 0.72 30.7 0.43 0.19
Hex 47 32 1C 0 1E 3D 48 1F 2B 13
Octal 107 62 34 0 36 75 110 37 53 23
Binary 1000111 110010 11100 0 11110 111101 1001000 11111 101011 10011

Color Harmonies of #47321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47321C

Black with #47321C

Text Example


Text Example

White with #47321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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