Html Css Color HEX #47351D Clinker

📋 copy color: '#47351D'

red 71 ◦ green 53 ◦ blue 29

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

Shades of Clinker #47351D

Tints of Clinker #47351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 46.41%
G = 34.64%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47351D (or 0x47351D) is known color: Clinker. HEX triplet: 47, 35 and 1D. RGB value is (71,53,29). Sum of RGB (Red+Green+Blue) = 71+53+29=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47351D is #B8CAE2. Grayscale: #373737. Windows color (decimal): -12110563 or 1914183. OLE color: 1914183.

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

Color convert

RGB 71 53 29 -
CMYK 0 0.25 0.59 0.72
HSL 34.29º 0.42% 0.2% -
HSV(B) 34.29º 0.59% 0.28% -
XYZ 4.09 3.97 1.71 -
YUV 55.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 71 53 29 0 0.25 0.59 0.72 34.29 0.42 0.2
Hex 47 35 1D 0 19 3B 48 22 2A 14
Octal 107 65 35 0 31 73 110 42 52 24
Binary 1000111 110101 11101 0 11001 111011 1001000 100010 101010 10100

Color Harmonies of #47351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47351D

Black with #47351D

Text Example


Text Example

White with #47351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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