Html Css Color HEX #47331C Clinker

📋 copy color: '#47331C'

red 71 ◦ green 51 ◦ blue 28

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

Shades of Clinker #47331C

Tints of Clinker #47331C

RGB

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

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

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

R = 47.33%
G = 34%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47331C (or 0x47331C) is known color: Clinker. HEX triplet: 47, 33 and 1C. RGB value is (71,51,28). Sum of RGB (Red+Green+Blue) = 71+51+28=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47331C is #B8CCE3. Grayscale: #363636. Windows color (decimal): -12111076 or 1848135. OLE color: 1848135.

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

Color convert

RGB 71 51 28 -
CMYK 0 0.28 0.61 0.72
HSL 32.09º 0.43% 0.19% -
HSV(B) 32.09º 0.61% 0.28% -
XYZ 3.99 3.79 1.62 -
YUV 54.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 71 51 28 0 0.28 0.61 0.72 32.09 0.43 0.19
Hex 47 33 1C 0 1C 3D 48 20 2B 13
Octal 107 63 34 0 34 75 110 40 53 23
Binary 1000111 110011 11100 0 11100 111101 1001000 100000 101011 10011

Color Harmonies of #47331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47331C

Black with #47331C

Text Example


Text Example

White with #47331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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