Html Css Color HEX #47351B Clinker

📋 copy color: '#47351B'

red 71 ◦ green 53 ◦ blue 27

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

Shades of Clinker #47351B

Tints of Clinker #47351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 47.02%
G = 35.1%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47351B (or 0x47351B) is known color: Clinker. HEX triplet: 47, 35 and 1B. RGB value is (71,53,27). Sum of RGB (Red+Green+Blue) = 71+53+27=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351B is #B8CAE4. Grayscale: #373737. Windows color (decimal): -12110565 or 1783111. OLE color: 1783111.

HSL color Cylindrical-coordinate representation of color #47351B: hue angle of 35.45º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47351B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 53 27 -
CMYK 0 0.25 0.62 0.72
HSL 35.45º 0.45% 0.19% -
HSV(B) 35.45º 0.62% 0.28% -
XYZ 4.07 3.96 1.59 -
YUV 55.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 71 53 27 0 0.25 0.62 0.72 35.45 0.45 0.19
Hex 47 35 1B 0 19 3E 48 23 2D 13
Octal 107 65 33 0 31 76 110 43 55 23
Binary 1000111 110101 11011 0 11001 111110 1001000 100011 101101 10011

Color Harmonies of #47351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47351B

Black with #47351B

Text Example


Text Example

White with #47351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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