Html Css Color HEX #47301A Clinker

📋 copy color: '#47301A'

red 71 ◦ green 48 ◦ blue 26

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

Shades of Clinker #47301A

Tints of Clinker #47301A

RGB

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

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

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

R = 48.97%
G = 33.1%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47301A (or 0x47301A) is known color: Clinker. HEX triplet: 47, 30 and 1A. RGB value is (71,48,26). Sum of RGB (Red+Green+Blue) = 71+48+26=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #47301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301A is #B8CFE5. Grayscale: #343434. Windows color (decimal): -12111846 or 1716295. OLE color: 1716295.

HSL color Cylindrical-coordinate representation of color #47301A: hue angle of 29.33º 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 #47301A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 26 -
CMYK 0 0.32 0.63 0.72
HSL 29.33º 0.46% 0.19% -
HSV(B) 29.33º 0.63% 0.28% -
XYZ 3.84 3.53 1.46 -
YUV 52.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 71 48 26 0 0.32 0.63 0.72 29.33 0.46 0.19
Hex 47 30 1A 0 20 3F 48 1D 2E 13
Octal 107 60 32 0 40 77 110 35 56 23
Binary 1000111 110000 11010 0 100000 111111 1001000 11101 101110 10011

Color Harmonies of #47301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47301A

Black with #47301A

Text Example


Text Example

White with #47301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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