Html Css Color HEX #473210 Clinker

📋 copy color: '#473210'

red 71 ◦ green 50 ◦ blue 16

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

Shades of Clinker #473210

Tints of Clinker #473210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 51.82%
G = 36.5%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#473210 (or 0x473210) is known color: Clinker. HEX triplet: 47, 32 and 10. RGB value is (71,50,16). Sum of RGB (Red+Green+Blue) = 71+50+16=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #473210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473210 is #B8CDEF. Grayscale: #343434. Windows color (decimal): -12111344 or 1061447. OLE color: 1061447.

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

Color convert

RGB 71 50 16 -
CMYK 0 0.30 0.77 0.72
HSL 37.09º 0.63% 0.17% -
HSV(B) 37.09º 0.77% 0.28% -
XYZ 3.83 3.66 0.99 -
YUV 52.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 71 50 16 0 0.30 0.77 0.72 37.09 0.63 0.17
Hex 47 32 10 0 1E 4D 48 25 3F 11
Octal 107 62 20 0 36 115 110 45 77 21
Binary 1000111 110010 10000 0 11110 1001101 1001000 100101 111111 10001

Color Harmonies of #473210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473210

Black with #473210

Text Example


Text Example

White with #473210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473210; }

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

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

background-color css

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

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

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

border-color css

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

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

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