Html Css Color HEX #463214 Clinker

📋 copy color: '#463214'

red 70 ◦ green 50 ◦ blue 20

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

Shades of Clinker #463214

Tints of Clinker #463214

RGB

 RED value IS 70 (27.73% from 255) = 50%

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

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 50%
G = 35.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#463214 (or 0x463214) is known color: Clinker. HEX triplet: 46, 32 and 14. RGB value is (70,50,20). Sum of RGB (Red+Green+Blue) = 70+50+20=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #463214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463214 is #B9CDEB. Grayscale: #343434. Windows color (decimal): -12176876 or 1323590. OLE color: 1323590.

HSL color Cylindrical-coordinate representation of color #463214: hue angle of 36º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463214 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 50 20 -
CMYK 0 0.29 0.71 0.73
HSL 36º 0.56% 0.18% -
HSV(B) 36º 0.71% 0.27% -
XYZ 3.79 3.63 1.16 -
YUV 52.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 70 50 20 0 0.29 0.71 0.73 36 0.56 0.18
Hex 46 32 14 0 1D 47 49 24 38 12
Octal 106 62 24 0 35 107 111 44 70 22
Binary 1000110 110010 10100 0 11101 1000111 1001001 100100 111000 10010

Color Harmonies of #463214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463214

Black with #463214

Text Example


Text Example

White with #463214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463214; }

 p { color: rgb(70,50,20); }

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

background-color css

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

 a { background-color: rgb(70,50,20); }

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

border-color css

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

 span { border-color: rgb(70,50,20); }

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