Html Css Color HEX #47381F Clinker

📋 copy color: '#47381F'

red 71 ◦ green 56 ◦ blue 31

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

Shades of Clinker #47381F

Tints of Clinker #47381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

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

R = 44.94%
G = 35.44%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#47381F (or 0x47381F) is known color: Clinker. HEX triplet: 47, 38 and 1F. RGB value is (71,56,31). Sum of RGB (Red+Green+Blue) = 71+56+31=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381F is #B8C7E0. Grayscale: #393939. Windows color (decimal): -12109793 or 2046023. OLE color: 2046023.

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

Color convert

RGB 71 56 31 -
CMYK 0 0.21 0.56 0.72
HSL 37.5º 0.39% 0.2% -
HSV(B) 37.5º 0.56% 0.28% -
XYZ 4.26 4.27 1.9 -
YUV 57.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 71 56 31 0 0.21 0.56 0.72 37.5 0.39 0.2
Hex 47 38 1F 0 15 38 48 26 27 14
Octal 107 70 37 0 25 70 110 46 47 24
Binary 1000111 111000 11111 0 10101 111000 1001000 100110 100111 10100

Color Harmonies of #47381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47381F

Black with #47381F

Text Example


Text Example

White with #47381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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