Html Css Color HEX #47300F Clinker

📋 copy color: '#47300F'

red 71 ◦ green 48 ◦ blue 15

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

Shades of Clinker #47300F

Tints of Clinker #47300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 52.99%
G = 35.82%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47300F (or 0x47300F) is known color: Clinker. HEX triplet: 47, 30 and 0F. RGB value is (71,48,15). Sum of RGB (Red+Green+Blue) = 71+48+15=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47300F is #B8CFF0. Grayscale: #333333. Windows color (decimal): -12111857 or 995399. OLE color: 995399.

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

Color convert

RGB 71 48 15 -
CMYK 0 0.32 0.79 0.72
HSL 35.36º 0.65% 0.17% -
HSV(B) 35.36º 0.79% 0.28% -
XYZ 3.74 3.49 0.93 -
YUV 51.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 71 48 15 0 0.32 0.79 0.72 35.36 0.65 0.17
Hex 47 30 F 0 20 4F 48 23 41 11
Octal 107 60 17 0 40 117 110 43 101 21
Binary 1000111 110000 1111 0 100000 1001111 1001000 100011 1000001 10001

Color Harmonies of #47300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47300F

Black with #47300F

Text Example


Text Example

White with #47300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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