Html Css Color HEX #47351F Clinker

📋 copy color: '#47351F'

red 71 ◦ green 53 ◦ blue 31

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

Shades of Clinker #47351F

Tints of Clinker #47351F

RGB

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

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

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

R = 45.81%
G = 34.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47351F (or 0x47351F) is known color: Clinker. HEX triplet: 47, 35 and 1F. RGB value is (71,53,31). Sum of RGB (Red+Green+Blue) = 71+53+31=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351F is #B8CAE0. Grayscale: #373737. Windows color (decimal): -12110561 or 2045255. OLE color: 2045255.

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

Color convert

RGB 71 53 31 -
CMYK 0 0.25 0.56 0.72
HSL 33º 0.39% 0.2% -
HSV(B) 33º 0.56% 0.28% -
XYZ 4.12 3.98 1.85 -
YUV 55.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 71 53 31 0 0.25 0.56 0.72 33 0.39 0.2
Hex 47 35 1F 0 19 38 48 21 27 14
Octal 107 65 37 0 31 70 110 41 47 24
Binary 1000111 110101 11111 0 11001 111000 1001000 100001 100111 10100

Color Harmonies of #47351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47351F

Black with #47351F

Text Example


Text Example

White with #47351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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