Html Css Color HEX #473212 Clinker

📋 copy color: '#473212'

red 71 ◦ green 50 ◦ blue 18

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

Shades of Clinker #473212

Tints of Clinker #473212

RGB

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

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

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

R = 51.08%
G = 35.97%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#473212 (or 0x473212) is known color: Clinker. HEX triplet: 47, 32 and 12. RGB value is (71,50,18). Sum of RGB (Red+Green+Blue) = 71+50+18=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #473212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473212 is #B8CDED. Grayscale: #343434. Windows color (decimal): -12111342 or 1192519. OLE color: 1192519.

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

Color convert

RGB 71 50 18 -
CMYK 0 0.30 0.75 0.72
HSL 36.23º 0.6% 0.17% -
HSV(B) 36.23º 0.75% 0.28% -
XYZ 3.85 3.66 1.08 -
YUV 52.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 71 50 18 0 0.30 0.75 0.72 36.23 0.6 0.17
Hex 47 32 12 0 1E 4B 48 24 3C 11
Octal 107 62 22 0 36 113 110 44 74 21
Binary 1000111 110010 10010 0 11110 1001011 1001000 100100 111100 10001

Color Harmonies of #473212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473212

Black with #473212

Text Example


Text Example

White with #473212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473212; }

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

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

background-color css

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

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

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

border-color css

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

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

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