Html Css Color HEX #473312 Clinker

📋 copy color: '#473312'

red 71 ◦ green 51 ◦ blue 18

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

Shades of Clinker #473312

Tints of Clinker #473312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 50.71%
G = 36.43%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#473312 (or 0x473312) is known color: Clinker. HEX triplet: 47, 33 and 12. RGB value is (71,51,18). Sum of RGB (Red+Green+Blue) = 71+51+18=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473312 is #B8CCED. Grayscale: #353535. Windows color (decimal): -12111086 or 1192775. OLE color: 1192775.

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

Color convert

RGB 71 51 18 -
CMYK 0 0.28 0.75 0.72
HSL 37.36º 0.6% 0.17% -
HSV(B) 37.36º 0.75% 0.28% -
XYZ 3.89 3.75 1.09 -
YUV 53.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 71 51 18 0 0.28 0.75 0.72 37.36 0.6 0.17
Hex 47 33 12 0 1C 4B 48 25 3C 11
Octal 107 63 22 0 34 113 110 45 74 21
Binary 1000111 110011 10010 0 11100 1001011 1001000 100101 111100 10001

Color Harmonies of #473312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473312

Black with #473312

Text Example


Text Example

White with #473312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473312; }

 p { color: rgb(71,51,18); }

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

background-color css

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

 a { background-color: rgb(71,51,18); }

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

border-color css

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

 span { border-color: rgb(71,51,18); }

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