Html Css Color HEX #47381E Clinker

📋 copy color: '#47381E'

red 71 ◦ green 56 ◦ blue 30

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

Shades of Clinker #47381E

Tints of Clinker #47381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 45.22%
G = 35.67%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47381E (or 0x47381E) is known color: Clinker. HEX triplet: 47, 38 and 1E. RGB value is (71,56,30). Sum of RGB (Red+Green+Blue) = 71+56+30=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381E is #B8C7E1. Grayscale: #393939. Windows color (decimal): -12109794 or 1980487. OLE color: 1980487.

HSL color Cylindrical-coordinate representation of color #47381E: hue angle of 38.05º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47381E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 56 30 -
CMYK 0 0.21 0.58 0.72
HSL 38.05º 0.41% 0.2% -
HSV(B) 38.05º 0.58% 0.28% -
XYZ 4.25 4.26 1.83 -
YUV 57.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 71 56 30 0 0.21 0.58 0.72 38.05 0.41 0.2
Hex 47 38 1E 0 15 3A 48 26 29 14
Octal 107 70 36 0 25 72 110 46 51 24
Binary 1000111 111000 11110 0 10101 111010 1001000 100110 101001 10100

Color Harmonies of #47381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47381E

Black with #47381E

Text Example


Text Example

White with #47381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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