Html Css Color HEX #473416 Clinker

📋 copy color: '#473416'

red 71 ◦ green 52 ◦ blue 22

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

Shades of Clinker #473416

Tints of Clinker #473416

RGB

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

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

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

R = 48.97%
G = 35.86%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#473416 (or 0x473416) is known color: Clinker. HEX triplet: 47, 34 and 16. RGB value is (71,52,22). Sum of RGB (Red+Green+Blue) = 71+52+22=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473416 is #B8CBE9. Grayscale: #363636. Windows color (decimal): -12110826 or 1455175. OLE color: 1455175.

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

Color convert

RGB 71 52 22 -
CMYK 0 0.27 0.69 0.72
HSL 36.73º 0.53% 0.18% -
HSV(B) 36.73º 0.69% 0.28% -
XYZ 3.97 3.85 1.29 -
YUV 54.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 71 52 22 0 0.27 0.69 0.72 36.73 0.53 0.18
Hex 47 34 16 0 1B 45 48 25 35 12
Octal 107 64 26 0 33 105 110 45 65 22
Binary 1000111 110100 10110 0 11011 1000101 1001000 100101 110101 10010

Color Harmonies of #473416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473416

Black with #473416

Text Example


Text Example

White with #473416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473416; }

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

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

background-color css

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

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

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

border-color css

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

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

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