Html Css Color HEX #47361C Clinker

📋 copy color: '#47361C'

red 71 ◦ green 54 ◦ blue 28

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

Shades of Clinker #47361C

Tints of Clinker #47361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 46.41%
G = 35.29%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47361C (or 0x47361C) is known color: Clinker. HEX triplet: 47, 36 and 1C. RGB value is (71,54,28). Sum of RGB (Red+Green+Blue) = 71+54+28=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47361C is #B8C9E3. Grayscale: #383838. Windows color (decimal): -12110308 or 1848903. OLE color: 1848903.

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

Color convert

RGB 71 54 28 -
CMYK 0 0.24 0.61 0.72
HSL 36.28º 0.43% 0.19% -
HSV(B) 36.28º 0.61% 0.28% -
XYZ 4.13 4.06 1.67 -
YUV 56.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 71 54 28 0 0.24 0.61 0.72 36.28 0.43 0.19
Hex 47 36 1C 0 18 3D 48 24 2B 13
Octal 107 66 34 0 30 75 110 44 53 23
Binary 1000111 110110 11100 0 11000 111101 1001000 100100 101011 10011

Color Harmonies of #47361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47361C

Black with #47361C

Text Example


Text Example

White with #47361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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