Html Css Color HEX #47311A Clinker

📋 copy color: '#47311A'

red 71 ◦ green 49 ◦ blue 26

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

Shades of Clinker #47311A

Tints of Clinker #47311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 48.63%
G = 33.56%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47311A (or 0x47311A) is known color: Clinker. HEX triplet: 47, 31 and 1A. RGB value is (71,49,26). Sum of RGB (Red+Green+Blue) = 71+49+26=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47311A is #B8CEE5. Grayscale: #353535. Windows color (decimal): -12111590 or 1716551. OLE color: 1716551.

HSL color Cylindrical-coordinate representation of color #47311A: hue angle of 30.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47311A is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 49 26 -
CMYK 0 0.31 0.63 0.72
HSL 30.67º 0.46% 0.19% -
HSV(B) 30.67º 0.63% 0.28% -
XYZ 3.88 3.61 1.47 -
YUV 52.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 71 49 26 0 0.31 0.63 0.72 30.67 0.46 0.19
Hex 47 31 1A 0 1F 3F 48 1F 2E 13
Octal 107 61 32 0 37 77 110 37 56 23
Binary 1000111 110001 11010 0 11111 111111 1001000 11111 101110 10011

Color Harmonies of #47311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47311A

Black with #47311A

Text Example


Text Example

White with #47311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47311A; }

 p { color: rgb(71,49,26); }

 H1.HeaderClassName
 {
   color: #47311A;
 }
 .AnyTagClassName
 {
   color: #47311A;
 }
</style>

background-color css

<style>
 a { background-color: #47311A; }

 a { background-color: rgb(71,49,26); }

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

border-color css

<style>
 span { border-color: #47311A; }

 span { border-color: rgb(71,49,26); }

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