Html Css Color HEX #47321A Clinker

📋 copy color: '#47321A'

red 71 ◦ green 50 ◦ blue 26

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

Shades of Clinker #47321A

Tints of Clinker #47321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.01%

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

R = 48.3%
G = 34.01%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47321A (or 0x47321A) is known color: Clinker. HEX triplet: 47, 32 and 1A. RGB value is (71,50,26). Sum of RGB (Red+Green+Blue) = 71+50+26=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321A is #B8CDE5. Grayscale: #353535. Windows color (decimal): -12111334 or 1716807. OLE color: 1716807.

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

Color convert

RGB 71 50 26 -
CMYK 0 0.30 0.63 0.72
HSL 32º 0.46% 0.19% -
HSV(B) 32º 0.63% 0.28% -
XYZ 3.93 3.7 1.48 -
YUV 53.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 71 50 26 0 0.30 0.63 0.72 32 0.46 0.19
Hex 47 32 1A 0 1E 3F 48 20 2E 13
Octal 107 62 32 0 36 77 110 40 56 23
Binary 1000111 110010 11010 0 11110 111111 1001000 100000 101110 10011

Color Harmonies of #47321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47321A

Black with #47321A

Text Example


Text Example

White with #47321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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