Html Css Color HEX #473216 Clinker

📋 copy color: '#473216'

red 71 ◦ green 50 ◦ blue 22

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

Shades of Clinker #473216

Tints of Clinker #473216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 49.65%
G = 34.97%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#473216 (or 0x473216) is known color: Clinker. HEX triplet: 47, 32 and 16. RGB value is (71,50,22). Sum of RGB (Red+Green+Blue) = 71+50+22=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473216 is #B8CDE9. Grayscale: #353535. Windows color (decimal): -12111338 or 1454663. OLE color: 1454663.

HSL color Cylindrical-coordinate representation of color #473216: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #473216 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 22 -
CMYK 0 0.30 0.69 0.72
HSL 34.29º 0.53% 0.18% -
HSV(B) 34.29º 0.69% 0.28% -
XYZ 3.88 3.68 1.26 -
YUV 53.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 71 50 22 0 0.30 0.69 0.72 34.29 0.53 0.18
Hex 47 32 16 0 1E 45 48 22 35 12
Octal 107 62 26 0 36 105 110 42 65 22
Binary 1000111 110010 10110 0 11110 1000101 1001000 100010 110101 10010

Color Harmonies of #473216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473216

Black with #473216

Text Example


Text Example

White with #473216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473216; }

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

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

background-color css

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

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

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

border-color css

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

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

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