Html Css Color HEX #47341A Clinker

📋 copy color: '#47341A'

red 71 ◦ green 52 ◦ blue 26

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

Shades of Clinker #47341A

Tints of Clinker #47341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.9%

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

R = 47.65%
G = 34.9%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47341A (or 0x47341A) is known color: Clinker. HEX triplet: 47, 34 and 1A. RGB value is (71,52,26). Sum of RGB (Red+Green+Blue) = 71+52+26=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341A is #B8CBE5. Grayscale: #363636. Windows color (decimal): -12110822 or 1717319. OLE color: 1717319.

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

Color convert

RGB 71 52 26 -
CMYK 0 0.27 0.63 0.72
HSL 34.67º 0.46% 0.19% -
HSV(B) 34.67º 0.63% 0.28% -
XYZ 4.01 3.87 1.51 -
YUV 54.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 71 52 26 0 0.27 0.63 0.72 34.67 0.46 0.19
Hex 47 34 1A 0 1B 3F 48 23 2E 13
Octal 107 64 32 0 33 77 110 43 56 23
Binary 1000111 110100 11010 0 11011 111111 1001000 100011 101110 10011

Color Harmonies of #47341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47341A

Black with #47341A

Text Example


Text Example

White with #47341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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