Html Css Color HEX #47300C Clinker

📋 copy color: '#47300C'

red 71 ◦ green 48 ◦ blue 12

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

Shades of Clinker #47300C

Tints of Clinker #47300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 54.2%
G = 36.64%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47300C (or 0x47300C) is known color: Clinker. HEX triplet: 47, 30 and 0C. RGB value is (71,48,12). Sum of RGB (Red+Green+Blue) = 71+48+12=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47300C is #B8CFF3. Grayscale: #323232. Windows color (decimal): -12111860 or 798791. OLE color: 798791.

HSL color Cylindrical-coordinate representation of color #47300C: hue angle of 36.61º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47300C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 12 -
CMYK 0 0.32 0.83 0.72
HSL 36.61º 0.71% 0.16% -
HSV(B) 36.61º 0.83% 0.28% -
XYZ 3.72 3.48 0.82 -
YUV 50.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 71 48 12 0 0.32 0.83 0.72 36.61 0.71 0.16
Hex 47 30 C 0 20 53 48 25 47 10
Octal 107 60 14 0 40 123 110 45 107 20
Binary 1000111 110000 1100 0 100000 1010011 1001000 100101 1000111 10000

Color Harmonies of #47300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47300C

Black with #47300C

Text Example


Text Example

White with #47300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47300C; }

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

 H1.HeaderClassName
 {
   color: #47300C;
 }
 .AnyTagClassName
 {
   color: #47300C;
 }
</style>

background-color css

<style>
 a { background-color: #47300C; }

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

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

border-color css

<style>
 span { border-color: #47300C; }

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

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