Html Css Color HEX #47361F Clinker

📋 copy color: '#47361F'

red 71 ◦ green 54 ◦ blue 31

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

Shades of Clinker #47361F

Tints of Clinker #47361F

RGB

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

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

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

R = 45.51%
G = 34.62%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47361F (or 0x47361F) is known color: Clinker. HEX triplet: 47, 36 and 1F. RGB value is (71,54,31). Sum of RGB (Red+Green+Blue) = 71+54+31=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47361F is #B8C9E0. Grayscale: #383838. Windows color (decimal): -12110305 or 2045511. OLE color: 2045511.

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

Color convert

RGB 71 54 31 -
CMYK 0 0.24 0.56 0.72
HSL 34.5º 0.39% 0.2% -
HSV(B) 34.5º 0.56% 0.28% -
XYZ 4.17 4.08 1.86 -
YUV 56.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 71 54 31 0 0.24 0.56 0.72 34.5 0.39 0.2
Hex 47 36 1F 0 18 38 48 22 27 14
Octal 107 66 37 0 30 70 110 42 47 24
Binary 1000111 110110 11111 0 11000 111000 1001000 100010 100111 10100

Color Harmonies of #47361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47361F

Black with #47361F

Text Example


Text Example

White with #47361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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