Html Css Color HEX #47301B Clinker

📋 copy color: '#47301B'

red 71 ◦ green 48 ◦ blue 27

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

Shades of Clinker #47301B

Tints of Clinker #47301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.88%

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 48.63%
G = 32.88%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47301B (or 0x47301B) is known color: Clinker. HEX triplet: 47, 30 and 1B. RGB value is (71,48,27). Sum of RGB (Red+Green+Blue) = 71+48+27=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #47301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301B is #B8CFE4. Grayscale: #343434. Windows color (decimal): -12111845 or 1781831. OLE color: 1781831.

HSL color Cylindrical-coordinate representation of color #47301B: hue angle of 28.64º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47301B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 27 -
CMYK 0 0.32 0.62 0.72
HSL 28.64º 0.45% 0.19% -
HSV(B) 28.64º 0.62% 0.28% -
XYZ 3.85 3.53 1.52 -
YUV 52.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 71 48 27 0 0.32 0.62 0.72 28.64 0.45 0.19
Hex 47 30 1B 0 20 3E 48 1D 2D 13
Octal 107 60 33 0 40 76 110 35 55 23
Binary 1000111 110000 11011 0 100000 111110 1001000 11101 101101 10011

Color Harmonies of #47301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47301B

Black with #47301B

Text Example


Text Example

White with #47301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47301B; }

 p { color: rgb(71,48,27); }

 H1.HeaderClassName
 {
   color: #47301B;
 }
 .AnyTagClassName
 {
   color: #47301B;
 }
</style>

background-color css

<style>
 a { background-color: #47301B; }

 a { background-color: rgb(71,48,27); }

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

border-color css

<style>
 span { border-color: #47301B; }

 span { border-color: rgb(71,48,27); }

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