Html Css Color HEX #47351C Clinker

📋 copy color: '#47351C'

red 71 ◦ green 53 ◦ blue 28

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

Shades of Clinker #47351C

Tints of Clinker #47351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

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

R = 46.71%
G = 34.87%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47351C (or 0x47351C) is known color: Clinker. HEX triplet: 47, 35 and 1C. RGB value is (71,53,28). Sum of RGB (Red+Green+Blue) = 71+53+28=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351C is #B8CAE3. Grayscale: #373737. Windows color (decimal): -12110564 or 1848647. OLE color: 1848647.

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

Color convert

RGB 71 53 28 -
CMYK 0 0.25 0.61 0.72
HSL 34.88º 0.43% 0.19% -
HSV(B) 34.88º 0.61% 0.28% -
XYZ 4.08 3.97 1.65 -
YUV 55.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 71 53 28 0 0.25 0.61 0.72 34.88 0.43 0.19
Hex 47 35 1C 0 19 3D 48 23 2B 13
Octal 107 65 34 0 31 75 110 43 53 23
Binary 1000111 110101 11100 0 11001 111101 1001000 100011 101011 10011

Color Harmonies of #47351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47351C

Black with #47351C

Text Example


Text Example

White with #47351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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